Html Css Color HEX #010689 Dark Blue

📋 copy color: '#010689'

red 1 ◦ green 6 ◦ blue 137

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

Shades of Dark Blue #010689

Tints of Dark Blue #010689

RGB

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

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

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

R = 0.69%
G = 4.17%
B = 95.14%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#010689 (or 0x010689) is known color: Dark Blue. HEX triplet: 01, 06 and 89. RGB value is (1,6,137). Sum of RGB (Red+Green+Blue) = 1+6+137=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 137 (53.91% from 255 or 95.14% from 144); Max value from RGB is 137 - color contains mainly: blue. Hex color #010689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010689 is #FEF976. Grayscale: #121212. Windows color (decimal): -16710007 or 8979969. OLE color: 8979969.

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

Color convert

RGB 1 6 137 -
CMYK 0.99 0.96 0 0.46
HSL 237.79º 0.99% 0.27% -
HSV(B) 237.79º 0.99% 0.54% -
XYZ 4.59 1.94 23.8 -
YUV 19.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 1 6 137 0.99 0.96 0 0.46 237.79 0.99 0.27
Hex 1 6 89 63 60 0 2E EE 63 1B
Octal 1 6 211 143 140 0 56 356 143 33
Binary 1 110 10001001 1100011 1100000 0 101110 11101110 1100011 11011

Color Harmonies of #010689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010689

Black with #010689

Text Example


Text Example

White with #010689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010689; }

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

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

background-color css

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

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

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

border-color css

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

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

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