Html Css Color HEX #090D52 Midnight Blue

📋 copy color: '#090D52'

red 9 ◦ green 13 ◦ blue 82

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

Shades of Midnight Blue #090D52

Tints of Midnight Blue #090D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 82 (32.42% from 255) = 78.85%

R = 8.65%
G = 12.5%
B = 78.85%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#090D52 (or 0x090D52) is known color: Midnight Blue. HEX triplet: 09, 0D and 52. RGB value is (9,13,82). Sum of RGB (Red+Green+Blue) = 9+13+82=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #090D52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D52 is #F6F2AD. Grayscale: #131313. Windows color (decimal): -16183982 or 5377289. OLE color: 5377289.

HSL color Cylindrical-coordinate representation of color #090D52: hue angle of 236.71º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090D52 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 13 82 -
CMYK 0.89 0.84 0 0.68
HSL 236.71º 0.8% 0.18% -
HSV(B) 236.71º 0.89% 0.32% -
XYZ 1.78 0.96 8.07 -
YUV 19.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 9 13 82 0.89 0.84 0 0.68 236.71 0.8 0.18
Hex 9 D 52 59 54 0 44 ED 50 12
Octal 11 15 122 131 124 0 104 355 120 22
Binary 1001 1101 1010010 1011001 1010100 0 1000100 11101101 1010000 10010

Color Harmonies of #090D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D52

Black with #090D52

Text Example


Text Example

White with #090D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,13,82); }

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

background-color css

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

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

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

border-color css

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

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

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