Html Css Color HEX #090C35 Midnight Express

📋 copy color: '#090C35'

red 9 ◦ green 12 ◦ blue 53

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

Shades of Midnight Express #090C35

Tints of Midnight Express #090C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.22%

 BLUE value IS 53 (21.09% from 255) = 71.62%

R = 12.16%
G = 16.22%
B = 71.62%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#090C35 (or 0x090C35) is known color: Midnight Express. HEX triplet: 09, 0C and 35. RGB value is (9,12,53). Sum of RGB (Red+Green+Blue) = 9+12+53=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #090C35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C35 is #F6F3CA. Grayscale: #0F0F0F. Windows color (decimal): -16184267 or 3476489. OLE color: 3476489.

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

Color convert

RGB 9 12 53 -
CMYK 0.83 0.77 0 0.79
HSL 235.91º 0.71% 0.12% -
HSV(B) 235.91º 0.83% 0.21% -
XYZ 0.89 0.58 3.43 -
YUV 15.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 9 12 53 0.83 0.77 0 0.79 235.91 0.71 0.12
Hex 9 C 35 53 4D 0 4F EC 47 C
Octal 11 14 65 123 115 0 117 354 107 14
Binary 1001 1100 110101 1010011 1001101 0 1001111 11101100 1000111 1100

Color Harmonies of #090C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C35

Black with #090C35

Text Example


Text Example

White with #090C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,12,53); }

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

background-color css

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

 a { background-color: rgb(9,12,53); }

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

border-color css

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

 span { border-color: rgb(9,12,53); }

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