Html Css Color HEX #001A8A Dark Blue

📋 copy color: '#001A8A'

red 0 ◦ green 26 ◦ blue 138

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

Shades of Dark Blue #001A8A

Tints of Dark Blue #001A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 84.15%

R = 0%
G = 15.85%
B = 84.15%

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

#001A8A (or 0x001A8A) is known color: Dark Blue. HEX triplet: 00, 1A and 8A. RGB value is (0,26,138). Sum of RGB (Red+Green+Blue) = 0+26+138=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 138 (54.30% from 255 or 84.15% from 164); Max value from RGB is 138 - color contains mainly: blue. Hex color #001A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001A8A is #FFE575. Grayscale: #1E1E1E. Windows color (decimal): -16770422 or 9050624. OLE color: 9050624.

HSL color Cylindrical-coordinate representation of color #001A8A: hue angle of 228.7º 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 #001A8A is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 26 138 -
CMYK 1 0.81 0 0.46
HSL 228.7º 1% 0.27% -
HSV(B) 228.7º 1% 0.54% -
XYZ 4.96 2.57 24.28 -
YUV 30.99 188.39 105.89 -
System Red Green Blue C M Y K H S L
Decimal 0 26 138 1 0.81 0 0.46 228.7 1 0.27
Hex 0 1A 8A 64 51 0 2E E5 64 1B
Octal 0 32 212 144 121 0 56 345 144 33
Binary 0 11010 10001010 1100100 1010001 0 101110 11100101 1100100 11011

Color Harmonies of #001A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A8A

Black with #001A8A

Text Example


Text Example

White with #001A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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