Html Css Color HEX #050090 Dark Blue

📋 copy color: '#050090'

red 5 ◦ green 0 ◦ blue 144

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

Shades of Dark Blue #050090

Tints of Dark Blue #050090

RGB

 RED value IS 5 (2.34% from 255) = 3.36%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.36%
G = 0%
B = 96.64%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#050090 (or 0x050090) is known color: Dark Blue. HEX triplet: 05, 00 and 90. RGB value is (5,0,144). Sum of RGB (Red+Green+Blue) = 5+0+144=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 144 (56.64% from 255 or 96.64% from 149); Max value from RGB is 144 - color contains mainly: blue. Hex color #050090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050090 is #FAFF6F. Grayscale: #111111. Windows color (decimal): -16449392 or 9437189. OLE color: 9437189.

HSL color Cylindrical-coordinate representation of color #050090: hue angle of 242.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050090 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 0 144 -
CMYK 0.97 1 0 0.44
HSL 242.08º 1% 0.28% -
HSV(B) 242.08º 1% 0.56% -
XYZ 5.1 2.05 26.51 -
YUV 17.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 5 0 144 0.97 1 0 0.44 242.08 1 0.28
Hex 5 0 90 61 64 0 2C F2 64 1C
Octal 5 0 220 141 144 0 54 362 144 34
Binary 101 0 10010000 1100001 1100100 0 101100 11110010 1100100 11100

Color Harmonies of #050090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050090

Black with #050090

Text Example


Text Example

White with #050090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050090; }

 p { color: rgb(5,0,144); }

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

background-color css

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

 a { background-color: rgb(5,0,144); }

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

border-color css

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

 span { border-color: rgb(5,0,144); }

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