Html Css Color HEX #002646 Tangaroa

📋 copy color: '#002646'

red 0 ◦ green 38 ◦ blue 70

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

Shades of Tangaroa #002646

Tints of Tangaroa #002646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.19%

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

R = 0%
G = 35.19%
B = 64.81%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002646 (or 0x002646) is known color: Tangaroa. HEX triplet: 00, 26 and 46. RGB value is (0,38,70). Sum of RGB (Red+Green+Blue) = 0+38+70=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #002646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002646 is #FFD9B9. Grayscale: #1E1E1E. Windows color (decimal): -16767418 or 4597248. OLE color: 4597248.

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

Color convert

RGB 0 38 70 -
CMYK 1 0.46 0 0.73
HSL 207.43º 1% 0.14% -
HSV(B) 207.43º 1% 0.27% -
XYZ 1.8 1.83 6.05 -
YUV 30.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 0 38 70 1 0.46 0 0.73 207.43 1 0.14
Hex 0 26 46 64 2E 0 49 CF 64 E
Octal 0 46 106 144 56 0 111 317 144 16
Binary 0 100110 1000110 1100100 101110 0 1001001 11001111 1100100 1110

Color Harmonies of #002646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002646

Black with #002646

Text Example


Text Example

White with #002646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002646; }

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

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

background-color css

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

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

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

border-color css

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

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

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