Html Css Color HEX #0C1378 Midnight Blue

📋 copy color: '#0C1378'

red 12 ◦ green 19 ◦ blue 120

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

Shades of Midnight Blue #0C1378

Tints of Midnight Blue #0C1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

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

R = 7.95%
G = 12.58%
B = 79.47%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0C1378 (or 0x0C1378) is known color: Midnight Blue. HEX triplet: 0C, 13 and 78. RGB value is (12,19,120). Sum of RGB (Red+Green+Blue) = 12+19+120=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C1378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1378 is #F3EC87. Grayscale: #1C1C1C. Windows color (decimal): -15985800 or 7869196. OLE color: 7869196.

HSL color Cylindrical-coordinate representation of color #0C1378: hue angle of 236.11º 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 #0C1378 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 19 120 -
CMYK 0.90 0.84 0 0.53
HSL 236.11º 0.82% 0.26% -
HSV(B) 236.11º 0.9% 0.47% -
XYZ 3.77 1.9 17.94 -
YUV 28.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 12 19 120 0.90 0.84 0 0.53 236.11 0.82 0.26
Hex C 13 78 5A 54 0 35 EC 52 1A
Octal 14 23 170 132 124 0 65 354 122 32
Binary 1100 10011 1111000 1011010 1010100 0 110101 11101100 1010010 11010

Color Harmonies of #0C1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1378

Black with #0C1378

Text Example


Text Example

White with #0C1378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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