Html Css Color HEX #090955 Midnight Blue

📋 copy color: '#090955'

red 9 ◦ green 9 ◦ blue 85

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

Shades of Midnight Blue #090955

Tints of Midnight Blue #090955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

 BLUE value IS 85 (33.59% from 255) = 82.52%

R = 8.74%
G = 8.74%
B = 82.52%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#090955 (or 0x090955) is known color: Midnight Blue. HEX triplet: 09, 09 and 55. RGB value is (9,9,85). Sum of RGB (Red+Green+Blue) = 9+9+85=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 85 (33.59% from 255 or 82.52% from 103); Max value from RGB is 85 - color contains mainly: blue. Hex color #090955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090955 is #F6F6AA. Grayscale: #111111. Windows color (decimal): -16185003 or 5572873. OLE color: 5572873.

HSL color Cylindrical-coordinate representation of color #090955: hue angle of 240º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090955 is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 9 85 -
CMYK 0.89 0.89 0 0.67
HSL 240º 0.81% 0.18% -
HSV(B) 240º 0.89% 0.33% -
XYZ 1.85 0.91 8.67 -
YUV 17.66 166 121.82 -
System Red Green Blue C M Y K H S L
Decimal 9 9 85 0.89 0.89 0 0.67 240 0.81 0.18
Hex 9 9 55 59 59 0 43 F0 51 12
Octal 11 11 125 131 131 0 103 360 121 22
Binary 1001 1001 1010101 1011001 1011001 0 1000011 11110000 1010001 10010

Color Harmonies of #090955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090955

Black with #090955

Text Example


Text Example

White with #090955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090955; }

 p { color: rgb(9,9,85); }

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

background-color css

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

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

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

border-color css

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

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

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