Html Css Color HEX #002842 Tangaroa

📋 copy color: '#002842'

red 0 ◦ green 40 ◦ blue 66

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

Shades of Tangaroa #002842

Tints of Tangaroa #002842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.74%

 BLUE value IS 66 (26.17% from 255) = 62.26%

R = 0%
G = 37.74%
B = 62.26%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002842 (or 0x002842) is known color: Tangaroa. HEX triplet: 00, 28 and 42. RGB value is (0,40,66). Sum of RGB (Red+Green+Blue) = 0+40+66=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #002842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002842 is #FFD7BD. Grayscale: #1E1E1E. Windows color (decimal): -16766910 or 4335616. OLE color: 4335616.

HSL color Cylindrical-coordinate representation of color #002842: hue angle of 203.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002842 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 40 66 -
CMYK 1 0.39 0 0.74
HSL 203.64º 1% 0.13% -
HSV(B) 203.64º 1% 0.26% -
XYZ 1.74 1.91 5.43 -
YUV 31 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 0 40 66 1 0.39 0 0.74 203.64 1 0.13
Hex 0 28 42 64 27 0 4A CC 64 D
Octal 0 50 102 144 47 0 112 314 144 15
Binary 0 101000 1000010 1100100 100111 0 1001010 11001100 1100100 1101

Color Harmonies of #002842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002842

Black with #002842

Text Example


Text Example

White with #002842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002842; }

 p { color: rgb(0,40,66); }

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

background-color css

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

 a { background-color: rgb(0,40,66); }

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

border-color css

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

 span { border-color: rgb(0,40,66); }

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