Html Css Color HEX #0C113D Midnight Express

📋 copy color: '#0C113D'

red 12 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #0C113D

Tints of Midnight Express #0C113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 67.78%

R = 13.33%
G = 18.89%
B = 67.78%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C113D (or 0x0C113D) is known color: Midnight Express. HEX triplet: 0C, 11 and 3D. RGB value is (12,17,61). Sum of RGB (Red+Green+Blue) = 12+17+61=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C113D is #F3EEC2. Grayscale: #141414. Windows color (decimal): -15986371 or 4002060. OLE color: 4002060.

HSL color Cylindrical-coordinate representation of color #0C113D: hue angle of 233.88º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C113D is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 17 61 -
CMYK 0.80 0.72 0 0.76
HSL 233.88º 0.67% 0.14% -
HSV(B) 233.88º 0.8% 0.24% -
XYZ 1.19 0.82 4.51 -
YUV 20.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 12 17 61 0.80 0.72 0 0.76 233.88 0.67 0.14
Hex C 11 3D 50 48 0 4C EA 43 E
Octal 14 21 75 120 110 0 114 352 103 16
Binary 1100 10001 111101 1010000 1001000 0 1001100 11101010 1000011 1110

Color Harmonies of #0C113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C113D

Black with #0C113D

Text Example


Text Example

White with #0C113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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