Html Css Color HEX #090A64 Midnight Blue

📋 copy color: '#090A64'

red 9 ◦ green 10 ◦ blue 100

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

Shades of Midnight Blue #090A64

Tints of Midnight Blue #090A64

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.4%

 BLUE value IS 100 (39.45% from 255) = 84.03%

R = 7.56%
G = 8.4%
B = 84.03%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#090A64 (or 0x090A64) is known color: Midnight Blue. HEX triplet: 09, 0A and 64. RGB value is (9,10,100). Sum of RGB (Red+Green+Blue) = 9+10+100=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 100 (39.45% from 255 or 84.03% from 119); Max value from RGB is 100 - color contains mainly: blue. Hex color #090A64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A64 is #F6F59B. Grayscale: #131313. Windows color (decimal): -16184732 or 6556169. OLE color: 6556169.

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

Color convert

RGB 9 10 100 -
CMYK 0.91 0.90 0 0.61
HSL 239.34º 0.83% 0.21% -
HSV(B) 239.34º 0.91% 0.39% -
XYZ 2.52 1.2 12.15 -
YUV 19.96 173.17 120.18 -
System Red Green Blue C M Y K H S L
Decimal 9 10 100 0.91 0.90 0 0.61 239.34 0.83 0.21
Hex 9 A 64 5B 5A 0 3D EF 53 15
Octal 11 12 144 133 132 0 75 357 123 25
Binary 1001 1010 1100100 1011011 1011010 0 111101 11101111 1010011 10101

Color Harmonies of #090A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A64

Black with #090A64

Text Example


Text Example

White with #090A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,10,100); }

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

background-color css

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

 a { background-color: rgb(9,10,100); }

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

border-color css

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

 span { border-color: rgb(9,10,100); }

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