Html Css Color HEX #0C0F52 Midnight Blue

📋 copy color: '#0C0F52'

red 12 ◦ green 15 ◦ blue 82

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

Shades of Midnight Blue #0C0F52

Tints of Midnight Blue #0C0F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 75.23%

R = 11.01%
G = 13.76%
B = 75.23%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C0F52 (or 0x0C0F52) is known color: Midnight Blue. HEX triplet: 0C, 0F and 52. RGB value is (12,15,82). Sum of RGB (Red+Green+Blue) = 12+15+82=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C0F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0F52 is #F3F0AD. Grayscale: #151515. Windows color (decimal): -15986862 or 5377804. OLE color: 5377804.

HSL color Cylindrical-coordinate representation of color #0C0F52: hue angle of 237.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0F52 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 15 82 -
CMYK 0.85 0.82 0 0.68
HSL 237.43º 0.74% 0.18% -
HSV(B) 237.43º 0.85% 0.32% -
XYZ 1.85 1.03 8.08 -
YUV 21.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 12 15 82 0.85 0.82 0 0.68 237.43 0.74 0.18
Hex C F 52 55 52 0 44 ED 4A 12
Octal 14 17 122 125 122 0 104 355 112 22
Binary 1100 1111 1010010 1010101 1010010 0 1000100 11101101 1001010 10010

Color Harmonies of #0C0F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F52

Black with #0C0F52

Text Example


Text Example

White with #0C0F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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