Html Css Color HEX #002845 Tangaroa

📋 copy color: '#002845'

red 0 ◦ green 40 ◦ blue 69

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

Shades of Tangaroa #002845

Tints of Tangaroa #002845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 63.3%

R = 0%
G = 36.7%
B = 63.3%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#002845 (or 0x002845) is known color: Tangaroa. HEX triplet: 00, 28 and 45. RGB value is (0,40,69). Sum of RGB (Red+Green+Blue) = 0+40+69=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #002845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002845 is #FFD7BA. Grayscale: #1F1F1F. Windows color (decimal): -16766907 or 4532224. OLE color: 4532224.

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

Color convert

RGB 0 40 69 -
CMYK 1 0.42 0 0.73
HSL 205.22º 1% 0.14% -
HSV(B) 205.22º 1% 0.27% -
XYZ 1.83 1.95 5.91 -
YUV 31.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 0 40 69 1 0.42 0 0.73 205.22 1 0.14
Hex 0 28 45 64 2A 0 49 CD 64 E
Octal 0 50 105 144 52 0 111 315 144 16
Binary 0 101000 1000101 1100100 101010 0 1001001 11001101 1100100 1110

Color Harmonies of #002845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002845

Black with #002845

Text Example


Text Example

White with #002845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002845; }

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

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

background-color css

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

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

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

border-color css

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

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

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