Html Css Color HEX #0C1334 Midnight Express

📋 copy color: '#0C1334'

red 12 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #0C1334

Tints of Midnight Express #0C1334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 62.65%

R = 14.46%
G = 22.89%
B = 62.65%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0C1334 (or 0x0C1334) is known color: Midnight Express. HEX triplet: 0C, 13 and 34. RGB value is (12,19,52). Sum of RGB (Red+Green+Blue) = 12+19+52=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1334 is #F3ECCB. Grayscale: #141414. Windows color (decimal): -15985868 or 3412748. OLE color: 3412748.

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

Color convert

RGB 12 19 52 -
CMYK 0.77 0.63 0 0.80
HSL 229.5º 0.63% 0.13% -
HSV(B) 229.5º 0.77% 0.2% -
XYZ 1 0.79 3.35 -
YUV 20.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 12 19 52 0.77 0.63 0 0.80 229.5 0.63 0.13
Hex C 13 34 4D 3F 0 50 E6 3E D
Octal 14 23 64 115 77 0 120 346 76 15
Binary 1100 10011 110100 1001101 111111 0 1010000 11100110 111110 1101

Color Harmonies of #0C1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1334

Black with #0C1334

Text Example


Text Example

White with #0C1334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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