Html Css Color HEX #090388 Dark Blue

📋 copy color: '#090388'

red 9 ◦ green 3 ◦ blue 136

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

Shades of Dark Blue #090388

Tints of Dark Blue #090388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 91.89%

R = 6.08%
G = 2.03%
B = 91.89%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#090388 (or 0x090388) is known color: Dark Blue. HEX triplet: 09, 03 and 88. RGB value is (9,3,136). Sum of RGB (Red+Green+Blue) = 9+3+136=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 136 (53.52% from 255 or 91.89% from 148); Max value from RGB is 136 - color contains mainly: blue. Hex color #090388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090388 is #F6FC77. Grayscale: #131313. Windows color (decimal): -16186488 or 8913673. OLE color: 8913673.

HSL color Cylindrical-coordinate representation of color #090388: hue angle of 242.71º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090388 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 3 136 -
CMYK 0.93 0.98 0 0.47
HSL 242.71º 0.96% 0.27% -
HSV(B) 242.71º 0.98% 0.53% -
XYZ 4.59 1.9 23.42 -
YUV 19.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 9 3 136 0.93 0.98 0 0.47 242.71 0.96 0.27
Hex 9 3 88 5D 62 0 2F F3 60 1B
Octal 11 3 210 135 142 0 57 363 140 33
Binary 1001 11 10001000 1011101 1100010 0 101111 11110011 1100000 11011

Color Harmonies of #090388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090388

Black with #090388

Text Example


Text Example

White with #090388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090388; }

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

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

background-color css

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

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

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

border-color css

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

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

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