Html Css Color HEX #090390 Dark Blue

📋 copy color: '#090390'

red 9 ◦ green 3 ◦ blue 144

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

Shades of Dark Blue #090390

Tints of Dark Blue #090390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

 BLUE value IS 144 (56.64% from 255) = 92.31%

R = 5.77%
G = 1.92%
B = 92.31%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#090390 (or 0x090390) is known color: Dark Blue. HEX triplet: 09, 03 and 90. RGB value is (9,3,144). Sum of RGB (Red+Green+Blue) = 9+3+144=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 144 (56.64% from 255 or 92.31% from 156); Max value from RGB is 144 - color contains mainly: blue. Hex color #090390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090390 is #F6FC6F. Grayscale: #141414. Windows color (decimal): -16186480 or 9437961. OLE color: 9437961.

HSL color Cylindrical-coordinate representation of color #090390: hue angle of 242.55º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090390 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 3 144 -
CMYK 0.94 0.98 0 0.44
HSL 242.55º 0.96% 0.29% -
HSV(B) 242.55º 0.98% 0.56% -
XYZ 5.18 2.14 26.53 -
YUV 20.87 197.49 119.54 -
System Red Green Blue C M Y K H S L
Decimal 9 3 144 0.94 0.98 0 0.44 242.55 0.96 0.29
Hex 9 3 90 5E 62 0 2C F3 60 1D
Octal 11 3 220 136 142 0 54 363 140 35
Binary 1001 11 10010000 1011110 1100010 0 101100 11110011 1100000 11101

Color Harmonies of #090390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090390

Black with #090390

Text Example


Text Example

White with #090390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090390; }

 p { color: rgb(9,3,144); }

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

background-color css

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

 a { background-color: rgb(9,3,144); }

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

border-color css

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

 span { border-color: rgb(9,3,144); }

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