Html Css Color HEX #090253 Midnight Blue

📋 copy color: '#090253'

red 9 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #090253

Tints of Midnight Blue #090253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 88.3%

R = 9.57%
G = 2.13%
B = 88.3%

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

#090253 (or 0x090253) is known color: Midnight Blue. HEX triplet: 09, 02 and 53. RGB value is (9,2,83). Sum of RGB (Red+Green+Blue) = 9+2+83=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #090253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090253 is #F6FDAC. Grayscale: #0D0D0D. Windows color (decimal): -16186797 or 5440009. OLE color: 5440009.

HSL color Cylindrical-coordinate representation of color #090253: hue angle of 245.19º 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 #090253 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 2 83 -
CMYK 0.89 0.98 0 0.67
HSL 245.19º 0.95% 0.17% -
HSV(B) 245.19º 0.98% 0.33% -
XYZ 1.7 0.73 8.23 -
YUV 13.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 9 2 83 0.89 0.98 0 0.67 245.19 0.95 0.17
Hex 9 2 53 59 62 0 43 F5 5F 11
Octal 11 2 123 131 142 0 103 365 137 21
Binary 1001 10 1010011 1011001 1100010 0 1000011 11110101 1011111 10001

Color Harmonies of #090253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090253

Black with #090253

Text Example


Text Example

White with #090253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090253; }

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

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

background-color css

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

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

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

border-color css

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

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

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