Html Css Color HEX #0C1151 Midnight Blue

📋 copy color: '#0C1151'

red 12 ◦ green 17 ◦ blue 81

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

Shades of Midnight Blue #0C1151

Tints of Midnight Blue #0C1151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 81 (32.03% from 255) = 73.64%

R = 10.91%
G = 15.45%
B = 73.64%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C1151 (or 0x0C1151) is known color: Midnight Blue. HEX triplet: 0C, 11 and 51. RGB value is (12,17,81). Sum of RGB (Red+Green+Blue) = 12+17+81=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C1151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1151 is #F3EEAE. Grayscale: #161616. Windows color (decimal): -15986351 or 5312780. OLE color: 5312780.

HSL color Cylindrical-coordinate representation of color #0C1151: hue angle of 235.65º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C1151 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 17 81 -
CMYK 0.85 0.79 0 0.68
HSL 235.65º 0.74% 0.18% -
HSV(B) 235.65º 0.85% 0.32% -
XYZ 1.84 1.07 7.89 -
YUV 22.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 12 17 81 0.85 0.79 0 0.68 235.65 0.74 0.18
Hex C 11 51 55 4F 0 44 EC 4A 12
Octal 14 21 121 125 117 0 104 354 112 22
Binary 1100 10001 1010001 1010101 1001111 0 1000100 11101100 1001010 10010

Color Harmonies of #0C1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1151

Black with #0C1151

Text Example


Text Example

White with #0C1151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,17,81); }

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

background-color css

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

 a { background-color: rgb(12,17,81); }

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

border-color css

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

 span { border-color: rgb(12,17,81); }

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