Html Css Color HEX #010690 Dark Blue

📋 copy color: '#010690'

red 1 ◦ green 6 ◦ blue 144

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

Shades of Dark Blue #010690

Tints of Dark Blue #010690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.97%

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

R = 0.66%
G = 3.97%
B = 95.36%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#010690 (or 0x010690) is known color: Dark Blue. HEX triplet: 01, 06 and 90. RGB value is (1,6,144). Sum of RGB (Red+Green+Blue) = 1+6+144=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 144 (56.64% from 255 or 95.36% from 151); Max value from RGB is 144 - color contains mainly: blue. Hex color #010690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010690 is #FEF96F. Grayscale: #131313. Windows color (decimal): -16710000 or 9438721. OLE color: 9438721.

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

Color convert

RGB 1 6 144 -
CMYK 0.99 0.96 0 0.44
HSL 237.9º 0.99% 0.28% -
HSV(B) 237.9º 0.99% 0.56% -
XYZ 5.11 2.15 26.53 -
YUV 20.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 1 6 144 0.99 0.96 0 0.44 237.9 0.99 0.28
Hex 1 6 90 63 60 0 2C EE 63 1C
Octal 1 6 220 143 140 0 54 356 143 34
Binary 1 110 10010000 1100011 1100000 0 101100 11101110 1100011 11100

Color Harmonies of #010690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010690

Black with #010690

Text Example


Text Example

White with #010690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010690; }

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

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

background-color css

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

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

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

border-color css

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

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

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