Html Css Color HEX #090B34 Midnight Express

📋 copy color: '#090B34'

red 9 ◦ green 11 ◦ blue 52

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

Shades of Midnight Express #090B34

Tints of Midnight Express #090B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 72.22%

R = 12.5%
G = 15.28%
B = 72.22%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090B34 (or 0x090B34) is known color: Midnight Express. HEX triplet: 09, 0B and 34. RGB value is (9,11,52). Sum of RGB (Red+Green+Blue) = 9+11+52=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #090B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B34 is #F6F4CB. Grayscale: #0E0E0E. Windows color (decimal): -16184524 or 3410697. OLE color: 3410697.

HSL color Cylindrical-coordinate representation of color #090B34: hue angle of 237.21º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #090B34 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 11 52 -
CMYK 0.83 0.79 0 0.80
HSL 237.21º 0.7% 0.12% -
HSV(B) 237.21º 0.83% 0.2% -
XYZ 0.85 0.55 3.31 -
YUV 15.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 9 11 52 0.83 0.79 0 0.80 237.21 0.7 0.12
Hex 9 B 34 53 4F 0 50 ED 46 C
Octal 11 13 64 123 117 0 120 355 106 14
Binary 1001 1011 110100 1010011 1001111 0 1010000 11101101 1000110 1100

Color Harmonies of #090B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B34

Black with #090B34

Text Example


Text Example

White with #090B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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