Html Css Color HEX #090B3C Midnight Express

📋 copy color: '#090B3C'

red 9 ◦ green 11 ◦ blue 60

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

Shades of Midnight Express #090B3C

Tints of Midnight Express #090B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.75%

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

R = 11.25%
G = 13.75%
B = 75%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#090B3C (or 0x090B3C) is known color: Midnight Express. HEX triplet: 09, 0B and 3C. RGB value is (9,11,60). Sum of RGB (Red+Green+Blue) = 9+11+60=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #090B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B3C is #F6F4C3. Grayscale: #0F0F0F. Windows color (decimal): -16184516 or 3934985. OLE color: 3934985.

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

Color convert

RGB 9 11 60 -
CMYK 0.85 0.82 0 0.76
HSL 237.65º 0.74% 0.14% -
HSV(B) 237.65º 0.85% 0.24% -
XYZ 1.05 0.62 4.34 -
YUV 15.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 9 11 60 0.85 0.82 0 0.76 237.65 0.74 0.14
Hex 9 B 3C 55 52 0 4C EE 4A E
Octal 11 13 74 125 122 0 114 356 112 16
Binary 1001 1011 111100 1010101 1010010 0 1001100 11101110 1001010 1110

Color Harmonies of #090B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B3C

Black with #090B3C

Text Example


Text Example

White with #090B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090B3C; }

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

 H1.HeaderClassName
 {
   color: #090B3C;
 }
 .AnyTagClassName
 {
   color: #090B3C;
 }
</style>

background-color css

<style>
 a { background-color: #090B3C; }

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

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

border-color css

<style>
 span { border-color: #090B3C; }

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

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