Html Css Color HEX #002940 Tangaroa

📋 copy color: '#002940'

red 0 ◦ green 41 ◦ blue 64

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

Shades of Tangaroa #002940

Tints of Tangaroa #002940

RGB

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

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

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

R = 0%
G = 39.05%
B = 60.95%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002940 (or 0x002940) is known color: Tangaroa. HEX triplet: 00, 29 and 40. RGB value is (0,41,64). Sum of RGB (Red+Green+Blue) = 0+41+64=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #002940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002940 is #FFD6BF. Grayscale: #1F1F1F. Windows color (decimal): -16766656 or 4204800. OLE color: 4204800.

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

Color convert

RGB 0 41 64 -
CMYK 1 0.36 0 0.75
HSL 201.56º 1% 0.13% -
HSV(B) 201.56º 1% 0.25% -
XYZ 1.72 1.96 5.14 -
YUV 31.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 0 41 64 1 0.36 0 0.75 201.56 1 0.13
Hex 0 29 40 64 24 0 4B CA 64 D
Octal 0 51 100 144 44 0 113 312 144 15
Binary 0 101001 1000000 1100100 100100 0 1001011 11001010 1100100 1101

Color Harmonies of #002940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002940

Black with #002940

Text Example


Text Example

White with #002940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002940; }

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

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

background-color css

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

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

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

border-color css

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

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

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