Html Css Color HEX #0C1578 Midnight Blue

📋 copy color: '#0C1578'

red 12 ◦ green 21 ◦ blue 120

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

Shades of Midnight Blue #0C1578

Tints of Midnight Blue #0C1578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 120 (47.27% from 255) = 78.43%

R = 7.84%
G = 13.73%
B = 78.43%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C1578 (or 0x0C1578) is known color: Midnight Blue. HEX triplet: 0C, 15 and 78. RGB value is (12,21,120). Sum of RGB (Red+Green+Blue) = 12+21+120=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C1578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1578 is #F3EA87. Grayscale: #1D1D1D. Windows color (decimal): -15985288 or 7869708. OLE color: 7869708.

HSL color Cylindrical-coordinate representation of color #0C1578: hue angle of 235º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1578 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 21 120 -
CMYK 0.90 0.83 0 0.53
HSL 235º 0.82% 0.26% -
HSV(B) 235º 0.9% 0.47% -
XYZ 3.81 1.97 17.95 -
YUV 29.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 12 21 120 0.90 0.83 0 0.53 235 0.82 0.26
Hex C 15 78 5A 53 0 35 EB 52 1A
Octal 14 25 170 132 123 0 65 353 122 32
Binary 1100 10101 1111000 1011010 1010011 0 110101 11101011 1010010 11010

Color Harmonies of #0C1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1578

Black with #0C1578

Text Example


Text Example

White with #0C1578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,21,120); }

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

background-color css

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

 a { background-color: rgb(12,21,120); }

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

border-color css

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

 span { border-color: rgb(12,21,120); }

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