Html Css Color HEX #0C0864 Midnight Blue

📋 copy color: '#0C0864'

red 12 ◦ green 8 ◦ blue 100

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

Shades of Midnight Blue #0C0864

Tints of Midnight Blue #0C0864

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

 BLUE value IS 100 (39.45% from 255) = 83.33%

R = 10%
G = 6.67%
B = 83.33%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C0864 (or 0x0C0864) is known color: Midnight Blue. HEX triplet: 0C, 08 and 64. RGB value is (12,8,100). Sum of RGB (Red+Green+Blue) = 12+8+100=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #0C0864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0864 is #F3F79B. Grayscale: #131313. Windows color (decimal): -15988636 or 6555660. OLE color: 6555660.

HSL color Cylindrical-coordinate representation of color #0C0864: hue angle of 242.61º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0864 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 8 100 -
CMYK 0.88 0.92 0 0.61
HSL 242.61º 0.85% 0.21% -
HSV(B) 242.61º 0.92% 0.39% -
XYZ 2.54 1.17 12.15 -
YUV 19.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 12 8 100 0.88 0.92 0 0.61 242.61 0.85 0.21
Hex C 8 64 58 5C 0 3D F3 55 15
Octal 14 10 144 130 134 0 75 363 125 25
Binary 1100 1000 1100100 1011000 1011100 0 111101 11110011 1010101 10101

Color Harmonies of #0C0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0864

Black with #0C0864

Text Example


Text Example

White with #0C0864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,100); }

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

background-color css

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

 a { background-color: rgb(12,8,100); }

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

border-color css

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

 span { border-color: rgb(12,8,100); }

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