Html Css Color HEX #09123C Midnight Express

📋 copy color: '#09123C'

red 9 ◦ green 18 ◦ blue 60

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

Shades of Midnight Express #09123C

Tints of Midnight Express #09123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 68.97%

R = 10.34%
G = 20.69%
B = 68.97%

CMYK

 C value IS 0.85

 M value IS 0.7

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09123C (or 0x09123C) is known color: Midnight Express. HEX triplet: 09, 12 and 3C. RGB value is (9,18,60). Sum of RGB (Red+Green+Blue) = 9+18+60=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #09123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09123C is #F6EDC3. Grayscale: #131313. Windows color (decimal): -16182724 or 3936777. OLE color: 3936777.

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

Color convert

RGB 9 18 60 -
CMYK 0.85 0.7 0 0.76
HSL 229.41º 0.74% 0.14% -
HSV(B) 229.41º 0.85% 0.24% -
XYZ 1.14 0.82 4.37 -
YUV 20.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 9 18 60 0.85 0.7 0 0.76 229.41 0.74 0.14
Hex 9 12 3C 55 46 0 4C E5 4A E
Octal 11 22 74 125 106 0 114 345 112 16
Binary 1001 10010 111100 1010101 1000110 0 1001100 11100101 1001010 1110

Color Harmonies of #09123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09123C

Black with #09123C

Text Example


Text Example

White with #09123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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