Html Css Color HEX #001A3A Tangaroa

📋 copy color: '#001A3A'

red 0 ◦ green 26 ◦ blue 58

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

Shades of Tangaroa #001A3A

Tints of Tangaroa #001A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 69.05%

R = 0%
G = 30.95%
B = 69.05%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#001A3A (or 0x001A3A) is known color: Tangaroa. HEX triplet: 00, 1A and 3A. RGB value is (0,26,58). Sum of RGB (Red+Green+Blue) = 0+26+58=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #001A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A3A is #FFE5C5. Grayscale: #151515. Windows color (decimal): -16770502 or 3807744. OLE color: 3807744.

HSL color Cylindrical-coordinate representation of color #001A3A: hue angle of 213.1º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A3A is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 26 58 -
CMYK 1 0.55 0 0.77
HSL 213.1º 1% 0.11% -
HSV(B) 213.1º 1% 0.23% -
XYZ 1.13 1.04 4.14 -
YUV 21.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 0 26 58 1 0.55 0 0.77 213.1 1 0.11
Hex 0 1A 3A 64 37 0 4D D5 64 B
Octal 0 32 72 144 67 0 115 325 144 13
Binary 0 11010 111010 1100100 110111 0 1001101 11010101 1100100 1011

Color Harmonies of #001A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A3A

Black with #001A3A

Text Example


Text Example

White with #001A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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