Html Css Color HEX #0C0F5F Midnight Blue

📋 copy color: '#0C0F5F'

red 12 ◦ green 15 ◦ blue 95

#0C0F5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #0C0F5F

Tints of Midnight Blue #0C0F5F

RGB

 RED value IS 12 (5.08% from 255) = 9.84%

 GREEN value IS 15 (6.25% from 255) = 12.3%

 BLUE value IS 95 (37.5% from 255) = 77.87%

R = 9.84%
G = 12.3%
B = 77.87%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C0F5F (or 0x0C0F5F) is known color: Midnight Blue. HEX triplet: 0C, 0F and 5F. RGB value is (12,15,95). Sum of RGB (Red+Green+Blue) = 12+15+95=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C0F5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0F5F is #F3F0A0. Grayscale: #161616. Windows color (decimal): -15986849 or 6229772. OLE color: 6229772.

HSL color Cylindrical-coordinate representation of color #0C0F5F: hue angle of 237.83º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C0F5F is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 15 95 -
CMYK 0.87 0.84 0 0.63
HSL 237.83º 0.78% 0.21% -
HSV(B) 237.83º 0.87% 0.37% -
XYZ 2.39 1.25 10.94 -
YUV 23.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 12 15 95 0.87 0.84 0 0.63 237.83 0.78 0.21
Hex C F 5F 57 54 0 3F EE 4E 15
Octal 14 17 137 127 124 0 77 356 116 25
Binary 1100 1111 1011111 1010111 1010100 0 111111 11101110 1001110 10101

Color Harmonies of #0C0F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F5F

Black with #0C0F5F

Text Example


Text Example

White with #0C0F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C0F5F;
 }
 .AnyTagClassName
 {
   color: #0C0F5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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