#0F0CA8

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

Shades of New Midnight Blue #0F0CA8

Tints of New Midnight Blue #0F0CA8

Color information

#0F0CA8 (or 0x0F0CA8) is unknown color: approx New Midnight Blue. HEX triplet: 0F, 0C and A8. RGB value is (15,12,168). Sum of RGB (Red+Green+Blue) = 15+12+168=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 168 (66.02% from 255 or 86.15% from 195); Max value from RGB is 168 - color contains mainly: blue. Hex color #0F0CA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0CA8 is #F0F357. Grayscale: #1E1E1E. Windows color (decimal): -15790936 or 11013135. OLE color: 11013135.

HSL color Cylindrical-coordinate representation of color #0F0CA8: hue angle of 241.15º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0CA8 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1512168-
CMYK0.910.9300.34
HSL241.15º86.67%35.29%-
HSV(B)241.15º92.86%65.88%-
XYZ7.43.1937.27-
YUV30.68205.49116.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 168 (66.02% from 255) = 86.15%
R=7.69%
G=6.15%
B=86.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15121680.910.9300.34241.1586.6735.29
HexFCA85B5D022f15723
Octal171425013313504236112743
Binary1111110010101000101101110111010100010111100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,12,168); }

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

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

 a { background-color: rgb(15,12,168); }

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

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

 span { border-color: rgb(15,12,168); }

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