Html Css Color HEX #002844 Tangaroa

📋 copy color: '#002844'

red 0 ◦ green 40 ◦ blue 68

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

Shades of Tangaroa #002844

Tints of Tangaroa #002844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 62.96%

R = 0%
G = 37.04%
B = 62.96%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002844 (or 0x002844) is known color: Tangaroa. HEX triplet: 00, 28 and 44. RGB value is (0,40,68). Sum of RGB (Red+Green+Blue) = 0+40+68=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #002844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002844 is #FFD7BB. Grayscale: #1F1F1F. Windows color (decimal): -16766908 or 4466688. OLE color: 4466688.

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

Color convert

RGB 0 40 68 -
CMYK 1 0.41 0 0.73
HSL 204.71º 1% 0.13% -
HSV(B) 204.71º 1% 0.27% -
XYZ 1.8 1.93 5.75 -
YUV 31.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 0 40 68 1 0.41 0 0.73 204.71 1 0.13
Hex 0 28 44 64 29 0 49 CD 64 D
Octal 0 50 104 144 51 0 111 315 144 15
Binary 0 101000 1000100 1100100 101001 0 1001001 11001101 1100100 1101

Color Harmonies of #002844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002844

Black with #002844

Text Example


Text Example

White with #002844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002844; }

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

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

background-color css

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

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

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

border-color css

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

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

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