Html Css Color HEX #0C0938 Midnight Express

📋 copy color: '#0C0938'

red 12 ◦ green 9 ◦ blue 56

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

Shades of Midnight Express #0C0938

Tints of Midnight Express #0C0938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 72.73%

R = 15.58%
G = 11.69%
B = 72.73%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0C0938 (or 0x0C0938) is known color: Midnight Express. HEX triplet: 0C, 09 and 38. RGB value is (12,9,56). Sum of RGB (Red+Green+Blue) = 12+9+56=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0938 is #F3F6C7. Grayscale: #0F0F0F. Windows color (decimal): -15988424 or 3672332. OLE color: 3672332.

HSL color Cylindrical-coordinate representation of color #0C0938: hue angle of 243.83º 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 #0C0938 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 9 56 -
CMYK 0.79 0.84 0 0.78
HSL 243.83º 0.72% 0.13% -
HSV(B) 243.83º 0.84% 0.22% -
XYZ 0.96 0.56 3.8 -
YUV 15.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 12 9 56 0.79 0.84 0 0.78 243.83 0.72 0.13
Hex C 9 38 4F 54 0 4E F4 48 D
Octal 14 11 70 117 124 0 116 364 110 15
Binary 1100 1001 111000 1001111 1010100 0 1001110 11110100 1001000 1101

Color Harmonies of #0C0938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0938

Black with #0C0938

Text Example


Text Example

White with #0C0938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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