Html Css Color HEX #090D64 Midnight Blue

📋 copy color: '#090D64'

red 9 ◦ green 13 ◦ blue 100

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

Shades of Midnight Blue #090D64

Tints of Midnight Blue #090D64

RGB

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

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

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

R = 7.38%
G = 10.66%
B = 81.97%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#090D64 (or 0x090D64) is known color: Midnight Blue. HEX triplet: 09, 0D and 64. RGB value is (9,13,100). Sum of RGB (Red+Green+Blue) = 9+13+100=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 100 (39.45% from 255 or 81.97% from 122); Max value from RGB is 100 - color contains mainly: blue. Hex color #090D64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D64 is #F6F29B. Grayscale: #151515. Windows color (decimal): -16183964 or 6556937. OLE color: 6556937.

HSL color Cylindrical-coordinate representation of color #090D64: hue angle of 237.36º 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 #090D64 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 13 100 -
CMYK 0.91 0.87 0 0.61
HSL 237.36º 0.83% 0.21% -
HSV(B) 237.36º 0.91% 0.39% -
XYZ 2.56 1.27 12.17 -
YUV 21.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 9 13 100 0.91 0.87 0 0.61 237.36 0.83 0.21
Hex 9 D 64 5B 57 0 3D ED 53 15
Octal 11 15 144 133 127 0 75 355 123 25
Binary 1001 1101 1100100 1011011 1010111 0 111101 11101101 1010011 10101

Color Harmonies of #090D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D64

Black with #090D64

Text Example


Text Example

White with #090D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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