Html Css Color HEX #0C0D49 Midnight Express

📋 copy color: '#0C0D49'

red 12 ◦ green 13 ◦ blue 73

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

Shades of Midnight Express #0C0D49

Tints of Midnight Express #0C0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

 BLUE value IS 73 (28.91% from 255) = 74.49%

R = 12.24%
G = 13.27%
B = 74.49%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C0D49 (or 0x0C0D49) is known color: Midnight Express. HEX triplet: 0C, 0D and 49. RGB value is (12,13,73). Sum of RGB (Red+Green+Blue) = 12+13+73=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0D49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0D49 is #F3F2B6. Grayscale: #131313. Windows color (decimal): -15987383 or 4787468. OLE color: 4787468.

HSL color Cylindrical-coordinate representation of color #0C0D49: hue angle of 239.02º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0D49 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 13 73 -
CMYK 0.84 0.82 0 0.71
HSL 239.02º 0.72% 0.17% -
HSV(B) 239.02º 0.84% 0.29% -
XYZ 1.5 0.85 6.39 -
YUV 19.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 12 13 73 0.84 0.82 0 0.71 239.02 0.72 0.17
Hex C D 49 54 52 0 47 EF 48 11
Octal 14 15 111 124 122 0 107 357 110 21
Binary 1100 1101 1001001 1010100 1010010 0 1000111 11101111 1001000 10001

Color Harmonies of #0C0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0D49

Black with #0C0D49

Text Example


Text Example

White with #0C0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,13,73); }

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

background-color css

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

 a { background-color: rgb(12,13,73); }

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

border-color css

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

 span { border-color: rgb(12,13,73); }

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