Html Css Color HEX #0C0859 Midnight Blue

📋 copy color: '#0C0859'

red 12 ◦ green 8 ◦ blue 89

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

Shades of Midnight Blue #0C0859

Tints of Midnight Blue #0C0859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 81.65%

R = 11.01%
G = 7.34%
B = 81.65%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C0859 (or 0x0C0859) is known color: Midnight Blue. HEX triplet: 0C, 08 and 59. RGB value is (12,8,89). Sum of RGB (Red+Green+Blue) = 12+8+89=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #0C0859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0859 is #F3F7A6. Grayscale: #121212. Windows color (decimal): -15988647 or 5834764. OLE color: 5834764.

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

Color convert

RGB 12 8 89 -
CMYK 0.87 0.91 0 0.65
HSL 242.96º 0.84% 0.19% -
HSV(B) 242.96º 0.91% 0.35% -
XYZ 2.04 0.97 9.53 -
YUV 18.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 12 8 89 0.87 0.91 0 0.65 242.96 0.84 0.19
Hex C 8 59 57 5B 0 41 F3 54 13
Octal 14 10 131 127 133 0 101 363 124 23
Binary 1100 1000 1011001 1010111 1011011 0 1000001 11110011 1010100 10011

Color Harmonies of #0C0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0859

Black with #0C0859

Text Example


Text Example

White with #0C0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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