Html Css Color HEX #001A3B Tangaroa

📋 copy color: '#001A3B'

red 0 ◦ green 26 ◦ blue 59

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

Shades of Tangaroa #001A3B

Tints of Tangaroa #001A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 69.41%

R = 0%
G = 30.59%
B = 69.41%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#001A3B (or 0x001A3B) is known color: Tangaroa. HEX triplet: 00, 1A and 3B. RGB value is (0,26,59). Sum of RGB (Red+Green+Blue) = 0+26+59=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 59 (23.44% from 255 or 69.41% from 85); Max value from RGB is 59 - color contains mainly: blue. Hex color #001A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A3B is #FFE5C4. Grayscale: #151515. Windows color (decimal): -16770501 or 3873280. OLE color: 3873280.

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

Color convert

RGB 0 26 59 -
CMYK 1 0.56 0 0.77
HSL 213.56º 1% 0.12% -
HSV(B) 213.56º 1% 0.23% -
XYZ 1.16 1.05 4.28 -
YUV 21.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 0 26 59 1 0.56 0 0.77 213.56 1 0.12
Hex 0 1A 3B 64 38 0 4D D6 64 C
Octal 0 32 73 144 70 0 115 326 144 14
Binary 0 11010 111011 1100100 111000 0 1001101 11010110 1100100 1100

Color Harmonies of #001A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A3B

Black with #001A3B

Text Example


Text Example

White with #001A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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