#0F31BD

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

Shades of Persian Blue #0F31BD

Tints of Persian Blue #0F31BD

Color information

#0F31BD (or 0x0F31BD) is unknown color: approx Persian Blue. HEX triplet: 0F, 31 and BD. RGB value is (15,49,189). Sum of RGB (Red+Green+Blue) = 15+49+189=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F31BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31BD is #F0CE42. Grayscale: #363636. Windows color (decimal): -15781443 or 12398863. OLE color: 12398863.

HSL color Cylindrical-coordinate representation of color #0F31BD: hue angle of 228.28º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F31BD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1549189-
CMYK0.920.7400.26
HSL228.28º85.29%40%-
HSV(B)228.28º92.06%74.12%-
XYZ10.485.9748.74-
YUV54.79203.7499.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.93%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 189 (74.22% from 255) = 74.70%
R=5.93%
G=19.37%
B=74.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15491890.920.7400.26228.2885.2940
HexF31BD5C4A01Ae45528
Octal176127513411203234412550
Binary11111100011011110110111001001010011010111001001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F31BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,189); }

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

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

 a { background-color: rgb(15,49,189); }

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

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

 span { border-color: rgb(15,49,189); }

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