Html Css Color HEX #001A89 Dark Blue

📋 copy color: '#001A89'

red 0 ◦ green 26 ◦ blue 137

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

Shades of Dark Blue #001A89

Tints of Dark Blue #001A89

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 15.95%

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

R = 0%
G = 15.95%
B = 84.05%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#001A89 (or 0x001A89) is known color: Dark Blue. HEX triplet: 00, 1A and 89. RGB value is (0,26,137). Sum of RGB (Red+Green+Blue) = 0+26+137=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #001A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A89 is #FFE576. Grayscale: #1E1E1E. Windows color (decimal): -16770423 or 8985088. OLE color: 8985088.

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

Color convert

RGB 0 26 137 -
CMYK 1 0.81 0 0.46
HSL 228.61º 1% 0.27% -
HSV(B) 228.61º 1% 0.54% -
XYZ 4.88 2.54 23.9 -
YUV 30.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 0 26 137 1 0.81 0 0.46 228.61 1 0.27
Hex 0 1A 89 64 51 0 2E E5 64 1B
Octal 0 32 211 144 121 0 56 345 144 33
Binary 0 11010 10001001 1100100 1010001 0 101110 11100101 1100100 11011

Color Harmonies of #001A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A89

Black with #001A89

Text Example


Text Example

White with #001A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A89; }

 p { color: rgb(0,26,137); }

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

background-color css

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

 a { background-color: rgb(0,26,137); }

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

border-color css

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

 span { border-color: rgb(0,26,137); }

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