Html Css Color HEX #002840 Tangaroa

📋 copy color: '#002840'

red 0 ◦ green 40 ◦ blue 64

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

Shades of Tangaroa #002840

Tints of Tangaroa #002840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 0%
G = 38.46%
B = 61.54%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002840 (or 0x002840) is known color: Tangaroa. HEX triplet: 00, 28 and 40. RGB value is (0,40,64). Sum of RGB (Red+Green+Blue) = 0+40+64=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #002840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002840 is #FFD7BF. Grayscale: #1E1E1E. Windows color (decimal): -16766912 or 4204544. OLE color: 4204544.

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

Color convert

RGB 0 40 64 -
CMYK 1 0.38 0 0.75
HSL 202.5º 1% 0.13% -
HSV(B) 202.5º 1% 0.25% -
XYZ 1.68 1.89 5.13 -
YUV 30.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 0 40 64 1 0.38 0 0.75 202.5 1 0.13
Hex 0 28 40 64 26 0 4B CA 64 D
Octal 0 50 100 144 46 0 113 312 144 15
Binary 0 101000 1000000 1100100 100110 0 1001011 11001010 1100100 1101

Color Harmonies of #002840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002840

Black with #002840

Text Example


Text Example

White with #002840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002840; }

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

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

background-color css

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

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

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

border-color css

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

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

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