Html Css Color HEX #0C117D Midnight Blue

📋 copy color: '#0C117D'

red 12 ◦ green 17 ◦ blue 125

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

Shades of Midnight Blue #0C117D

Tints of Midnight Blue #0C117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 81.17%

R = 7.79%
G = 11.04%
B = 81.17%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C117D (or 0x0C117D) is known color: Midnight Blue. HEX triplet: 0C, 11 and 7D. RGB value is (12,17,125). Sum of RGB (Red+Green+Blue) = 12+17+125=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C117D is #F3EE82. Grayscale: #1B1B1B. Windows color (decimal): -15986307 or 8196364. OLE color: 8196364.

HSL color Cylindrical-coordinate representation of color #0C117D: hue angle of 237.35º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C117D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 17 125 -
CMYK 0.90 0.86 0 0.51
HSL 237.35º 0.82% 0.27% -
HSV(B) 237.35º 0.9% 0.49% -
XYZ 4.05 1.96 19.57 -
YUV 27.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 12 17 125 0.90 0.86 0 0.51 237.35 0.82 0.27
Hex C 11 7D 5A 56 0 33 ED 52 1B
Octal 14 21 175 132 126 0 63 355 122 33
Binary 1100 10001 1111101 1011010 1010110 0 110011 11101101 1010010 11011

Color Harmonies of #0C117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C117D

Black with #0C117D

Text Example


Text Example

White with #0C117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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