Html Css Color HEX #001A41 Tangaroa

📋 copy color: '#001A41'

red 0 ◦ green 26 ◦ blue 65

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

Shades of Tangaroa #001A41

Tints of Tangaroa #001A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 71.43%

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001A41 (or 0x001A41) is known color: Tangaroa. HEX triplet: 00, 1A and 41. RGB value is (0,26,65). Sum of RGB (Red+Green+Blue) = 0+26+65=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #001A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A41 is #FFE5BE. Grayscale: #161616. Windows color (decimal): -16770495 or 4266496. OLE color: 4266496.

HSL color Cylindrical-coordinate representation of color #001A41: hue angle of 216º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A41 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 26 65 -
CMYK 1 0.60 0 0.75
HSL 216º 1% 0.13% -
HSV(B) 216º 1% 0.25% -
XYZ 1.32 1.12 5.15 -
YUV 22.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 0 26 65 1 0.60 0 0.75 216 1 0.13
Hex 0 1A 41 64 3C 0 4B D8 64 D
Octal 0 32 101 144 74 0 113 330 144 15
Binary 0 11010 1000001 1100100 111100 0 1001011 11011000 1100100 1101

Color Harmonies of #001A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A41

Black with #001A41

Text Example


Text Example

White with #001A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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