Html Css Color HEX #090255 Midnight Blue

📋 copy color: '#090255'

red 9 ◦ green 2 ◦ blue 85

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

Shades of Midnight Blue #090255

Tints of Midnight Blue #090255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.08%

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

R = 9.38%
G = 2.08%
B = 88.54%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#090255 (or 0x090255) is known color: Midnight Blue. HEX triplet: 09, 02 and 55. RGB value is (9,2,85). Sum of RGB (Red+Green+Blue) = 9+2+85=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 85 (33.59% from 255 or 88.54% from 96); Max value from RGB is 85 - color contains mainly: blue. Hex color #090255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090255 is #F6FDAA. Grayscale: #0D0D0D. Windows color (decimal): -16186795 or 5571081. OLE color: 5571081.

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

Color convert

RGB 9 2 85 -
CMYK 0.89 0.98 0 0.67
HSL 245.06º 0.95% 0.17% -
HSV(B) 245.06º 0.98% 0.33% -
XYZ 1.77 0.76 8.65 -
YUV 13.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 9 2 85 0.89 0.98 0 0.67 245.06 0.95 0.17
Hex 9 2 55 59 62 0 43 F5 5F 11
Octal 11 2 125 131 142 0 103 365 137 21
Binary 1001 10 1010101 1011001 1100010 0 1000011 11110101 1011111 10001

Color Harmonies of #090255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090255

Black with #090255

Text Example


Text Example

White with #090255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090255; }

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

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

background-color css

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

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

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

border-color css

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

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

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