Html Css Color HEX #0C0A39 Midnight Express

📋 copy color: '#0C0A39'

red 12 ◦ green 10 ◦ blue 57

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

Shades of Midnight Express #0C0A39

Tints of Midnight Express #0C0A39

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.66%

 BLUE value IS 57 (22.66% from 255) = 72.15%

R = 15.19%
G = 12.66%
B = 72.15%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C0A39 (or 0x0C0A39) is known color: Midnight Express. HEX triplet: 0C, 0A and 39. RGB value is (12,10,57). Sum of RGB (Red+Green+Blue) = 12+10+57=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C0A39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A39 is #F3F5C6. Grayscale: #0F0F0F. Windows color (decimal): -15988167 or 3738124. OLE color: 3738124.

HSL color Cylindrical-coordinate representation of color #0C0A39: hue angle of 242.55º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C0A39 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 10 57 -
CMYK 0.79 0.82 0 0.78
HSL 242.55º 0.7% 0.13% -
HSV(B) 242.55º 0.82% 0.22% -
XYZ 1 0.59 3.93 -
YUV 15.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 12 10 57 0.79 0.82 0 0.78 242.55 0.7 0.13
Hex C A 39 4F 52 0 4E F3 46 D
Octal 14 12 71 117 122 0 116 363 106 15
Binary 1100 1010 111001 1001111 1010010 0 1001110 11110011 1000110 1101

Color Harmonies of #0C0A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0A39

Black with #0C0A39

Text Example


Text Example

White with #0C0A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,10,57); }

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

background-color css

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

 a { background-color: rgb(12,10,57); }

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

border-color css

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

 span { border-color: rgb(12,10,57); }

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