Html Css Color HEX #0C0937 Midnight Express

📋 copy color: '#0C0937'

red 12 ◦ green 9 ◦ blue 55

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

Shades of Midnight Express #0C0937

Tints of Midnight Express #0C0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.84%

 BLUE value IS 55 (21.88% from 255) = 72.37%

R = 15.79%
G = 11.84%
B = 72.37%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C0937 (or 0x0C0937) is known color: Midnight Express. HEX triplet: 0C, 09 and 37. RGB value is (12,9,55). Sum of RGB (Red+Green+Blue) = 12+9+55=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C0937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0937 is #F3F6C8. Grayscale: #0E0E0E. Windows color (decimal): -15988425 or 3606796. OLE color: 3606796.

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

Color convert

RGB 12 9 55 -
CMYK 0.78 0.84 0 0.78
HSL 243.91º 0.72% 0.13% -
HSV(B) 243.91º 0.84% 0.22% -
XYZ 0.94 0.55 3.67 -
YUV 15.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 12 9 55 0.78 0.84 0 0.78 243.91 0.72 0.13
Hex C 9 37 4E 54 0 4E F4 48 D
Octal 14 11 67 116 124 0 116 364 110 15
Binary 1100 1001 110111 1001110 1010100 0 1001110 11110100 1001000 1101

Color Harmonies of #0C0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0937

Black with #0C0937

Text Example


Text Example

White with #0C0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,55); }

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

background-color css

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

 a { background-color: rgb(12,9,55); }

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

border-color css

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

 span { border-color: rgb(12,9,55); }

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