#0f37ba

Color #0F37BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0F37BA

Tints of Persian Blue #0F37BA

Color information

#0F37BA (or 0x0F37BA) is unknown color: approx Persian Blue. HEX triplet: 0F, 37 and BA. RGB value is (15,55,186). Sum of RGB (Red+Green+Blue) = 15+55+186=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F37BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F37BA is #F0C845. Grayscale: #393939. Windows color (decimal): -15779910 or 12203791. OLE color: 12203791.

HSL color Cylindrical-coordinate representation of color #0F37BA: hue angle of 225.96º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F37BA is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1555186-
CMYK0.920.7000.27
HSL225.96º85.07%39.41%-
HSV(B)225.96º91.94%72.94%-
XYZ10.436.3847.14-
YUV57.97200.2597.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=5.86%
G=21.48%
B=72.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15551860.920.7000.27225.9685.0739.41
HexF37BA5C4601Be25527
Octal176727213410603334212547
Binary11111101111011101010111001000110011011111000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f37ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f37ba; }

 p { color: rgb(15,55,186); }

 H1.HeaderClassName
 {
   color: #0f37ba;
 }
 .AnyTagClassName
 {
   color: #0f37ba;
 }
</style>
background-color css

<style>
 a { background-color: #0f37ba; }

 a { background-color: rgb(15,55,186); }

 div.DivClassName
 {
   background-color: #0f37ba;
 }
 .BgClassName
 {
   background-color: #0f37ba;
 }
</style>
border-color css

<style>
 span { border-color: #0f37ba; }

 span { border-color: rgb(15,55,186); }

 td.TdClassName
 {
   border-color: #0f37ba;
 }
 .TagClassName
 {
   border-color: #0f37ba;
 }
</style>