Html Css Color HEX #0C173B Midnight Express

📋 copy color: '#0C173B'

red 12 ◦ green 23 ◦ blue 59

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

Shades of Midnight Express #0C173B

Tints of Midnight Express #0C173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

 BLUE value IS 59 (23.44% from 255) = 62.77%

R = 12.77%
G = 24.47%
B = 62.77%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C173B (or 0x0C173B) is known color: Midnight Express. HEX triplet: 0C, 17 and 3B. RGB value is (12,23,59). Sum of RGB (Red+Green+Blue) = 12+23+59=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C173B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C173B is #F3E8C4. Grayscale: #171717. Windows color (decimal): -15984837 or 3872524. OLE color: 3872524.

HSL color Cylindrical-coordinate representation of color #0C173B: hue angle of 225.96º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C173B is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 23 59 -
CMYK 0.80 0.61 0 0.77
HSL 225.96º 0.66% 0.14% -
HSV(B) 225.96º 0.8% 0.23% -
XYZ 1.25 1.01 4.27 -
YUV 23.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 12 23 59 0.80 0.61 0 0.77 225.96 0.66 0.14
Hex C 17 3B 50 3D 0 4D E2 42 E
Octal 14 27 73 120 75 0 115 342 102 16
Binary 1100 10111 111011 1010000 111101 0 1001101 11100010 1000010 1110

Color Harmonies of #0C173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C173B

Black with #0C173B

Text Example


Text Example

White with #0C173B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,23,59); }

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

background-color css

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

 a { background-color: rgb(12,23,59); }

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

border-color css

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

 span { border-color: rgb(12,23,59); }

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