Html Css Color HEX #0C093D Midnight Express

📋 copy color: '#0C093D'

red 12 ◦ green 9 ◦ blue 61

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

Shades of Midnight Express #0C093D

Tints of Midnight Express #0C093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 74.39%

R = 14.63%
G = 10.98%
B = 74.39%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C093D (or 0x0C093D) is known color: Midnight Express. HEX triplet: 0C, 09 and 3D. RGB value is (12,9,61). Sum of RGB (Red+Green+Blue) = 12+9+61=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C093D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C093D is #F3F6C2. Grayscale: #0F0F0F. Windows color (decimal): -15988419 or 4000012. OLE color: 4000012.

HSL color Cylindrical-coordinate representation of color #0C093D: hue angle of 243.46º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C093D is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 9 61 -
CMYK 0.80 0.85 0 0.76
HSL 243.46º 0.74% 0.14% -
HSV(B) 243.46º 0.85% 0.24% -
XYZ 1.09 0.61 4.48 -
YUV 15.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 12 9 61 0.80 0.85 0 0.76 243.46 0.74 0.14
Hex C 9 3D 50 55 0 4C F3 4A E
Octal 14 11 75 120 125 0 114 363 112 16
Binary 1100 1001 111101 1010000 1010101 0 1001100 11110011 1001010 1110

Color Harmonies of #0C093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C093D

Black with #0C093D

Text Example


Text Example

White with #0C093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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