Html Css Color HEX #090B5C Midnight Blue

📋 copy color: '#090B5C'

red 9 ◦ green 11 ◦ blue 92

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

Shades of Midnight Blue #090B5C

Tints of Midnight Blue #090B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 82.14%

R = 8.04%
G = 9.82%
B = 82.14%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#090B5C (or 0x090B5C) is known color: Midnight Blue. HEX triplet: 09, 0B and 5C. RGB value is (9,11,92). Sum of RGB (Red+Green+Blue) = 9+11+92=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #090B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090B5C is #F6F4A3. Grayscale: #131313. Windows color (decimal): -16184484 or 6032137. OLE color: 6032137.

HSL color Cylindrical-coordinate representation of color #090B5C: hue angle of 238.55º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090B5C is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 11 92 -
CMYK 0.90 0.88 0 0.64
HSL 238.55º 0.82% 0.2% -
HSV(B) 238.55º 0.9% 0.36% -
XYZ 2.16 1.07 10.22 -
YUV 19.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 9 11 92 0.90 0.88 0 0.64 238.55 0.82 0.2
Hex 9 B 5C 5A 58 0 40 EF 52 14
Octal 11 13 134 132 130 0 100 357 122 24
Binary 1001 1011 1011100 1011010 1011000 0 1000000 11101111 1010010 10100

Color Harmonies of #090B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B5C

Black with #090B5C

Text Example


Text Example

White with #090B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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