Html Css Color HEX #0C1073 Midnight Blue

📋 copy color: '#0C1073'

red 12 ◦ green 16 ◦ blue 115

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

Shades of Midnight Blue #0C1073

Tints of Midnight Blue #0C1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 80.42%

R = 8.39%
G = 11.19%
B = 80.42%

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

#0C1073 (or 0x0C1073) is known color: Midnight Blue. HEX triplet: 0C, 10 and 73. RGB value is (12,16,115). Sum of RGB (Red+Green+Blue) = 12+16+115=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C1073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1073 is #F3EF8C. Grayscale: #191919. Windows color (decimal): -15986573 or 7540748. OLE color: 7540748.

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

Color convert

RGB 12 16 115 -
CMYK 0.90 0.86 0 0.55
HSL 237.67º 0.81% 0.25% -
HSV(B) 237.67º 0.9% 0.45% -
XYZ 3.43 1.69 16.36 -
YUV 26.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 12 16 115 0.90 0.86 0 0.55 237.67 0.81 0.25
Hex C 10 73 5A 56 0 37 EE 51 19
Octal 14 20 163 132 126 0 67 356 121 31
Binary 1100 10000 1110011 1011010 1010110 0 110111 11101110 1010001 11001

Color Harmonies of #0C1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1073

Black with #0C1073

Text Example


Text Example

White with #0C1073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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