Html Css Color HEX #09123D Midnight Express

📋 copy color: '#09123D'

red 9 ◦ green 18 ◦ blue 61

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

Shades of Midnight Express #09123D

Tints of Midnight Express #09123D

RGB

 RED value IS 9 (3.91% from 255) = 10.23%

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 10.23%
G = 20.45%
B = 69.32%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09123D (or 0x09123D) is known color: Midnight Express. HEX triplet: 09, 12 and 3D. RGB value is (9,18,61). Sum of RGB (Red+Green+Blue) = 9+18+61=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 61 (24.22% from 255 or 69.32% from 88); Max value from RGB is 61 - color contains mainly: blue. Hex color #09123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09123D is #F6EDC2. Grayscale: #141414. Windows color (decimal): -16182723 or 4002313. OLE color: 4002313.

HSL color Cylindrical-coordinate representation of color #09123D: hue angle of 229.62º 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 #09123D is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 18 61 -
CMYK 0.85 0.70 0 0.76
HSL 229.62º 0.74% 0.14% -
HSV(B) 229.62º 0.85% 0.24% -
XYZ 1.17 0.83 4.51 -
YUV 20.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 9 18 61 0.85 0.70 0 0.76 229.62 0.74 0.14
Hex 9 12 3D 55 46 0 4C E6 4A E
Octal 11 22 75 125 106 0 114 346 112 16
Binary 1001 10010 111101 1010101 1000110 0 1001100 11100110 1001010 1110

Color Harmonies of #09123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09123D

Black with #09123D

Text Example


Text Example

White with #09123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09123D; }

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

 H1.HeaderClassName
 {
   color: #09123D;
 }
 .AnyTagClassName
 {
   color: #09123D;
 }
</style>

background-color css

<style>
 a { background-color: #09123D; }

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

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

border-color css

<style>
 span { border-color: #09123D; }

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

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