Html Css Color HEX #002446 Tangaroa

📋 copy color: '#002446'

red 0 ◦ green 36 ◦ blue 70

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

Shades of Tangaroa #002446

Tints of Tangaroa #002446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.96%

 BLUE value IS 70 (27.73% from 255) = 66.04%

R = 0%
G = 33.96%
B = 66.04%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002446 (or 0x002446) is known color: Tangaroa. HEX triplet: 00, 24 and 46. RGB value is (0,36,70). Sum of RGB (Red+Green+Blue) = 0+36+70=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #002446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002446 is #FFDBB9. Grayscale: #1C1C1C. Windows color (decimal): -16767930 or 4596736. OLE color: 4596736.

HSL color Cylindrical-coordinate representation of color #002446: hue angle of 209.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002446 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 36 70 -
CMYK 1 0.49 0 0.73
HSL 209.14º 1% 0.14% -
HSV(B) 209.14º 1% 0.27% -
XYZ 1.74 1.7 6.03 -
YUV 29.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 0 36 70 1 0.49 0 0.73 209.14 1 0.14
Hex 0 24 46 64 31 0 49 D1 64 E
Octal 0 44 106 144 61 0 111 321 144 16
Binary 0 100100 1000110 1100100 110001 0 1001001 11010001 1100100 1110

Color Harmonies of #002446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002446

Black with #002446

Text Example


Text Example

White with #002446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002446; }

 p { color: rgb(0,36,70); }

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

background-color css

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

 a { background-color: rgb(0,36,70); }

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

border-color css

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

 span { border-color: rgb(0,36,70); }

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