Html Css Color HEX #0C1075 Midnight Blue

📋 copy color: '#0C1075'

red 12 ◦ green 16 ◦ blue 117

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

Shades of Midnight Blue #0C1075

Tints of Midnight Blue #0C1075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 80.69%

R = 8.28%
G = 11.03%
B = 80.69%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0C1075 (or 0x0C1075) is known color: Midnight Blue. HEX triplet: 0C, 10 and 75. RGB value is (12,16,117). Sum of RGB (Red+Green+Blue) = 12+16+117=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C1075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1075 is #F3EF8A. Grayscale: #191919. Windows color (decimal): -15986571 or 7671820. OLE color: 7671820.

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

Color convert

RGB 12 16 117 -
CMYK 0.90 0.86 0 0.54
HSL 237.71º 0.81% 0.25% -
HSV(B) 237.71º 0.9% 0.46% -
XYZ 3.55 1.73 16.98 -
YUV 26.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 12 16 117 0.90 0.86 0 0.54 237.71 0.81 0.25
Hex C 10 75 5A 56 0 36 EE 51 19
Octal 14 20 165 132 126 0 66 356 121 31
Binary 1100 10000 1110101 1011010 1010110 0 110110 11101110 1010001 11001

Color Harmonies of #0C1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1075

Black with #0C1075

Text Example


Text Example

White with #0C1075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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