Html Css Color HEX #010489 Dark Blue

📋 copy color: '#010489'

red 1 ◦ green 4 ◦ blue 137

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

Shades of Dark Blue #010489

Tints of Dark Blue #010489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 96.48%

R = 0.7%
G = 2.82%
B = 96.48%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#010489 (or 0x010489) is known color: Dark Blue. HEX triplet: 01, 04 and 89. RGB value is (1,4,137). Sum of RGB (Red+Green+Blue) = 1+4+137=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 137 (53.91% from 255 or 96.48% from 142); Max value from RGB is 137 - color contains mainly: blue. Hex color #010489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010489 is #FEFB76. Grayscale: #111111. Windows color (decimal): -16710519 or 8979457. OLE color: 8979457.

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

Color convert

RGB 1 4 137 -
CMYK 0.99 0.97 0 0.46
HSL 238.68º 0.99% 0.27% -
HSV(B) 238.68º 0.99% 0.54% -
XYZ 4.57 1.9 23.79 -
YUV 18.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 1 4 137 0.99 0.97 0 0.46 238.68 0.99 0.27
Hex 1 4 89 63 61 0 2E EF 63 1B
Octal 1 4 211 143 141 0 56 357 143 33
Binary 1 100 10001001 1100011 1100001 0 101110 11101111 1100011 11011

Color Harmonies of #010489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010489

Black with #010489

Text Example


Text Example

White with #010489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010489; }

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

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

background-color css

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

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

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

border-color css

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

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

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