Html Css Color HEX #09124B Midnight Express

📋 copy color: '#09124B'

red 9 ◦ green 18 ◦ blue 75

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

Shades of Midnight Express #09124B

Tints of Midnight Express #09124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 73.53%

R = 8.82%
G = 17.65%
B = 73.53%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09124B (or 0x09124B) is known color: Midnight Express. HEX triplet: 09, 12 and 4B. RGB value is (9,18,75). Sum of RGB (Red+Green+Blue) = 9+18+75=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #09124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09124B is #F6EDB4. Grayscale: #151515. Windows color (decimal): -16182709 or 4919817. OLE color: 4919817.

HSL color Cylindrical-coordinate representation of color #09124B: hue angle of 231.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09124B is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 18 75 -
CMYK 0.88 0.76 0 0.71
HSL 231.82º 0.79% 0.16% -
HSV(B) 231.82º 0.88% 0.29% -
XYZ 1.6 1 6.77 -
YUV 21.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 9 18 75 0.88 0.76 0 0.71 231.82 0.79 0.16
Hex 9 12 4B 58 4C 0 47 E8 4F 10
Octal 11 22 113 130 114 0 107 350 117 20
Binary 1001 10010 1001011 1011000 1001100 0 1000111 11101000 1001111 10000

Color Harmonies of #09124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09124B

Black with #09124B

Text Example


Text Example

White with #09124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09124B; }

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

 H1.HeaderClassName
 {
   color: #09124B;
 }
 .AnyTagClassName
 {
   color: #09124B;
 }
</style>

background-color css

<style>
 a { background-color: #09124B; }

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

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

border-color css

<style>
 span { border-color: #09124B; }

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

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