Html Css Color HEX #010490 Dark Blue

📋 copy color: '#010490'

red 1 ◦ green 4 ◦ blue 144

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

Shades of Dark Blue #010490

Tints of Dark Blue #010490

RGB

 RED value IS 1 (0.78% from 255) = 0.67%

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 0.67%
G = 2.68%
B = 96.64%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#010490 (or 0x010490) is known color: Dark Blue. HEX triplet: 01, 04 and 90. RGB value is (1,4,144). Sum of RGB (Red+Green+Blue) = 1+4+144=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 4 (1.95% from 255 or 2.68% 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 #010490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010490 is #FEFB6F. Grayscale: #121212. Windows color (decimal): -16710512 or 9438209. OLE color: 9438209.

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

Color convert

RGB 1 4 144 -
CMYK 0.99 0.97 0 0.44
HSL 238.74º 0.99% 0.28% -
HSV(B) 238.74º 0.99% 0.56% -
XYZ 5.09 2.11 26.52 -
YUV 19.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 1 4 144 0.99 0.97 0 0.44 238.74 0.99 0.28
Hex 1 4 90 63 61 0 2C EF 63 1C
Octal 1 4 220 143 141 0 54 357 143 34
Binary 1 100 10010000 1100011 1100001 0 101100 11101111 1100011 11100

Color Harmonies of #010490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010490

Black with #010490

Text Example


Text Example

White with #010490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010490; }

 p { color: rgb(1,4,144); }

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

background-color css

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

 a { background-color: rgb(1,4,144); }

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

border-color css

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

 span { border-color: rgb(1,4,144); }

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