Html Css Color HEX #0C1333 Midnight Express

📋 copy color: '#0C1333'

red 12 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #0C1333

Tints of Midnight Express #0C1333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.17%

 BLUE value IS 51 (20.31% from 255) = 62.2%

R = 14.63%
G = 23.17%
B = 62.2%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0C1333 (or 0x0C1333) is known color: Midnight Express. HEX triplet: 0C, 13 and 33. RGB value is (12,19,51). Sum of RGB (Red+Green+Blue) = 12+19+51=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #0C1333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1333 is #F3ECCC. Grayscale: #141414. Windows color (decimal): -15985869 or 3347212. OLE color: 3347212.

HSL color Cylindrical-coordinate representation of color #0C1333: hue angle of 229.23º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C1333 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 19 51 -
CMYK 0.76 0.63 0 0.8
HSL 229.23º 0.62% 0.12% -
HSV(B) 229.23º 0.76% 0.2% -
XYZ 0.98 0.78 3.23 -
YUV 20.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 12 19 51 0.76 0.63 0 0.8 229.23 0.62 0.12
Hex C 13 33 4C 3F 0 50 E5 3E C
Octal 14 23 63 114 77 0 120 345 76 14
Binary 1100 10011 110011 1001100 111111 0 1010000 11100101 111110 1100

Color Harmonies of #0C1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1333

Black with #0C1333

Text Example


Text Example

White with #0C1333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,51); }

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

background-color css

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

 a { background-color: rgb(12,19,51); }

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

border-color css

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

 span { border-color: rgb(12,19,51); }

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