Html Css Color HEX #002046 Tangaroa

📋 copy color: '#002046'

red 0 ◦ green 32 ◦ blue 70

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

Shades of Tangaroa #002046

Tints of Tangaroa #002046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.37%

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

R = 0%
G = 31.37%
B = 68.63%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002046 (or 0x002046) is known color: Tangaroa. HEX triplet: 00, 20 and 46. RGB value is (0,32,70). Sum of RGB (Red+Green+Blue) = 0+32+70=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #002046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002046 is #FFDFB9. Grayscale: #1A1A1A. Windows color (decimal): -16768954 or 4595712. OLE color: 4595712.

HSL color Cylindrical-coordinate representation of color #002046: hue angle of 212.57º 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 #002046 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 32 70 -
CMYK 1 0.54 0 0.73
HSL 212.57º 1% 0.14% -
HSV(B) 212.57º 1% 0.27% -
XYZ 1.62 1.48 5.99 -
YUV 26.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 0 32 70 1 0.54 0 0.73 212.57 1 0.14
Hex 0 20 46 64 36 0 49 D5 64 E
Octal 0 40 106 144 66 0 111 325 144 16
Binary 0 100000 1000110 1100100 110110 0 1001001 11010101 1100100 1110

Color Harmonies of #002046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002046

Black with #002046

Text Example


Text Example

White with #002046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002046; }

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

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

background-color css

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

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

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

border-color css

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

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

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