Html Css Color HEX #090F60 Midnight Blue

📋 copy color: '#090F60'

red 9 ◦ green 15 ◦ blue 96

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

Shades of Midnight Blue #090F60

Tints of Midnight Blue #090F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

 BLUE value IS 96 (37.89% from 255) = 80%

R = 7.5%
G = 12.5%
B = 80%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#090F60 (or 0x090F60) is known color: Midnight Blue. HEX triplet: 09, 0F and 60. RGB value is (9,15,96). Sum of RGB (Red+Green+Blue) = 9+15+96=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #090F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F60 is #F6F09F. Grayscale: #161616. Windows color (decimal): -16183456 or 6295305. OLE color: 6295305.

HSL color Cylindrical-coordinate representation of color #090F60: hue angle of 235.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #090F60 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 15 96 -
CMYK 0.91 0.84 0 0.62
HSL 235.86º 0.83% 0.21% -
HSV(B) 235.86º 0.91% 0.38% -
XYZ 2.39 1.24 11.18 -
YUV 22.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 9 15 96 0.91 0.84 0 0.62 235.86 0.83 0.21
Hex 9 F 60 5B 54 0 3E EC 53 15
Octal 11 17 140 133 124 0 76 354 123 25
Binary 1001 1111 1100000 1011011 1010100 0 111110 11101100 1010011 10101

Color Harmonies of #090F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F60

Black with #090F60

Text Example


Text Example

White with #090F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,15,96); }

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

background-color css

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

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

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

border-color css

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

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

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