Html Css Color HEX #0C1074 Midnight Blue

📋 copy color: '#0C1074'

red 12 ◦ green 16 ◦ blue 116

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

Shades of Midnight Blue #0C1074

Tints of Midnight Blue #0C1074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

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

R = 8.33%
G = 11.11%
B = 80.56%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C1074 (or 0x0C1074) is known color: Midnight Blue. HEX triplet: 0C, 10 and 74. RGB value is (12,16,116). Sum of RGB (Red+Green+Blue) = 12+16+116=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C1074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1074 is #F3EF8B. Grayscale: #191919. Windows color (decimal): -15986572 or 7606284. OLE color: 7606284.

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

Color convert

RGB 12 16 116 -
CMYK 0.90 0.86 0 0.55
HSL 237.69º 0.81% 0.25% -
HSV(B) 237.69º 0.9% 0.45% -
XYZ 3.49 1.71 16.67 -
YUV 26.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 12 16 116 0.90 0.86 0 0.55 237.69 0.81 0.25
Hex C 10 74 5A 56 0 37 EE 51 19
Octal 14 20 164 132 126 0 67 356 121 31
Binary 1100 10000 1110100 1011010 1010110 0 110111 11101110 1010001 11001

Color Harmonies of #0C1074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1074

Black with #0C1074

Text Example


Text Example

White with #0C1074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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