Html Css Color HEX #001A3F Tangaroa

📋 copy color: '#001A3F'

red 0 ◦ green 26 ◦ blue 63

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

Shades of Tangaroa #001A3F

Tints of Tangaroa #001A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 70.79%

R = 0%
G = 29.21%
B = 70.79%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#001A3F (or 0x001A3F) is known color: Tangaroa. HEX triplet: 00, 1A and 3F. RGB value is (0,26,63). Sum of RGB (Red+Green+Blue) = 0+26+63=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 63 (25% from 255 or 70.79% from 89); Max value from RGB is 63 - color contains mainly: blue. Hex color #001A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A3F is #FFE5C0. Grayscale: #161616. Windows color (decimal): -16770497 or 4135424. OLE color: 4135424.

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

Color convert

RGB 0 26 63 -
CMYK 1 0.59 0 0.75
HSL 215.24º 1% 0.12% -
HSV(B) 215.24º 1% 0.25% -
XYZ 1.27 1.1 4.85 -
YUV 22.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 0 26 63 1 0.59 0 0.75 215.24 1 0.12
Hex 0 1A 3F 64 3B 0 4B D7 64 C
Octal 0 32 77 144 73 0 113 327 144 14
Binary 0 11010 111111 1100100 111011 0 1001011 11010111 1100100 1100

Color Harmonies of #001A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A3F

Black with #001A3F

Text Example


Text Example

White with #001A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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