Html Css Color HEX #002941 Tangaroa

📋 copy color: '#002941'

red 0 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #002941

Tints of Tangaroa #002941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.68%

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 0%
G = 38.68%
B = 61.32%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002941 (or 0x002941) is known color: Tangaroa. HEX triplet: 00, 29 and 41. RGB value is (0,41,65). Sum of RGB (Red+Green+Blue) = 0+41+65=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #002941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002941 is #FFD6BE. Grayscale: #1F1F1F. Windows color (decimal): -16766655 or 4270336. OLE color: 4270336.

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

Color convert

RGB 0 41 65 -
CMYK 1 0.37 0 0.75
HSL 202.15º 1% 0.13% -
HSV(B) 202.15º 1% 0.25% -
XYZ 1.75 1.97 5.29 -
YUV 31.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 0 41 65 1 0.37 0 0.75 202.15 1 0.13
Hex 0 29 41 64 25 0 4B CA 64 D
Octal 0 51 101 144 45 0 113 312 144 15
Binary 0 101001 1000001 1100100 100101 0 1001011 11001010 1100100 1101

Color Harmonies of #002941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002941

Black with #002941

Text Example


Text Example

White with #002941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002941; }

 p { color: rgb(0,41,65); }

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

background-color css

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

 a { background-color: rgb(0,41,65); }

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

border-color css

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

 span { border-color: rgb(0,41,65); }

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