Html Css Color HEX #0C1374 Midnight Blue

📋 copy color: '#0C1374'

red 12 ◦ green 19 ◦ blue 116

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

Shades of Midnight Blue #0C1374

Tints of Midnight Blue #0C1374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 78.91%

R = 8.16%
G = 12.93%
B = 78.91%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C1374 (or 0x0C1374) is known color: Midnight Blue. HEX triplet: 0C, 13 and 74. RGB value is (12,19,116). Sum of RGB (Red+Green+Blue) = 12+19+116=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C1374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1374 is #F3EC8B. Grayscale: #1B1B1B. Windows color (decimal): -15985804 or 7607052. OLE color: 7607052.

HSL color Cylindrical-coordinate representation of color #0C1374: hue angle of 235.96º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1374 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 19 116 -
CMYK 0.90 0.84 0 0.55
HSL 235.96º 0.81% 0.25% -
HSV(B) 235.96º 0.9% 0.45% -
XYZ 3.54 1.8 16.68 -
YUV 27.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 12 19 116 0.90 0.84 0 0.55 235.96 0.81 0.25
Hex C 13 74 5A 54 0 37 EC 51 19
Octal 14 23 164 132 124 0 67 354 121 31
Binary 1100 10011 1110100 1011010 1010100 0 110111 11101100 1010001 11001

Color Harmonies of #0C1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1374

Black with #0C1374

Text Example


Text Example

White with #0C1374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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