Html Css Color HEX #090B9B New Midnight Blue

📋 copy color: '#090B9B'

red 9 ◦ green 11 ◦ blue 155

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

Shades of New Midnight Blue #090B9B

Tints of New Midnight Blue #090B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.29%

 BLUE value IS 155 (60.94% from 255) = 88.57%

R = 5.14%
G = 6.29%
B = 88.57%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#090B9B (or 0x090B9B) is known color: New Midnight Blue. HEX triplet: 09, 0B and 9B. RGB value is (9,11,155). Sum of RGB (Red+Green+Blue) = 9+11+155=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 155 (60.94% from 255 or 88.57% from 175); Max value from RGB is 155 - color contains mainly: blue. Hex color #090B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090B9B is #F6F464. Grayscale: #1A1A1A. Windows color (decimal): -16184421 or 10160905. OLE color: 10160905.

HSL color Cylindrical-coordinate representation of color #090B9B: hue angle of 239.18º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090B9B is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 11 155 -
CMYK 0.94 0.93 0 0.39
HSL 239.18º 0.89% 0.32% -
HSV(B) 239.18º 0.94% 0.61% -
XYZ 6.15 2.66 31.2 -
YUV 26.82 200.34 115.29 -
System Red Green Blue C M Y K H S L
Decimal 9 11 155 0.94 0.93 0 0.39 239.18 0.89 0.32
Hex 9 B 9B 5E 5D 0 27 EF 59 20
Octal 11 13 233 136 135 0 47 357 131 40
Binary 1001 1011 10011011 1011110 1011101 0 100111 11101111 1011001 100000

Color Harmonies of #090B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B9B

Black with #090B9B

Text Example


Text Example

White with #090B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,11,155); }

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

background-color css

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

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

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

border-color css

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

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

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