#0F31E4

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

Shades of Persian Blue #0F31E4

Tints of Persian Blue #0F31E4

Color information

#0F31E4 (or 0x0F31E4) is unknown color: approx Persian Blue. HEX triplet: 0F, 31 and E4. RGB value is (15,49,228). Sum of RGB (Red+Green+Blue) = 15+49+228=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 228 (89.45% from 255 or 78.08% from 292); Max value from RGB is 228 - color contains mainly: blue. Hex color #0F31E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31E4 is #F0CE1B. Grayscale: #3A3A3A. Windows color (decimal): -15781404 or 14954767. OLE color: 14954767.

HSL color Cylindrical-coordinate representation of color #0F31E4: hue angle of 230.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F31E4 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1549228-
CMYK0.930.7900.11
HSL230.42º87.65%47.65%-
HSV(B)230.42º93.42%89.41%-
XYZ15.37.974.12-
YUV59.24223.2496.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 228 (89.45% from 255) = 78.08%
R=5.14%
G=16.78%
B=78.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15492280.930.7900.11230.4287.6547.65
HexF31E45D4F0Be65830
Octal176134413511701334613060
Binary1111110001111001001011101100111101011111001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F31E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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