#010090

Color #010090 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #010090

Tints of Dark Blue #010090

Color information

#010090 (or 0x010090) is unknown color: approx Dark Blue. HEX triplet: 01, 00 and 90. RGB value is (1,0,144). Sum of RGB (Red+Green+Blue) = 1+0+144=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 144 (56.64% from 255 or 99.31% from 145); Max value from RGB is 144 - color contains mainly: blue. Hex color #010090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010090 is #FEFF6F. Grayscale: #101010. Windows color (decimal): -16711536 or 9437185. OLE color: 9437185.

HSL color Cylindrical-coordinate representation of color #010090: hue angle of 240.42º 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 #010090 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10144-
CMYK0.99100.44
HSL240.42º100%28.24%-
HSV(B)240.42º100%56.47%-
XYZ5.052.0226.51-
YUV16.72199.83116.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 99.31%
R=0.69%
G=0%
B=99.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101440.99100.44240.4210028.24
Hex1090636402Cf0641c
Octal1022014314405436014434
Binary101001000011000111100100010110011110000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010090; }

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

 H1.HeaderClassName
 {
   color: #010090;
 }
 .AnyTagClassName
 {
   color: #010090;
 }
</style>
background-color css

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

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

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

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

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

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