Html Css Color HEX #002A41 Tangaroa

📋 copy color: '#002A41'

red 0 ◦ green 42 ◦ blue 65

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

Shades of Tangaroa #002A41

Tints of Tangaroa #002A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 39.25%

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

R = 0%
G = 39.25%
B = 60.75%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002A41 (or 0x002A41) is known color: Tangaroa. HEX triplet: 00, 2A and 41. RGB value is (0,42,65). Sum of RGB (Red+Green+Blue) = 0+42+65=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #002A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A41 is #FFD5BE. Grayscale: #1F1F1F. Windows color (decimal): -16766399 or 4270592. OLE color: 4270592.

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

Color convert

RGB 0 42 65 -
CMYK 1 0.35 0 0.75
HSL 201.23º 1% 0.13% -
HSV(B) 201.23º 1% 0.25% -
XYZ 1.78 2.04 5.3 -
YUV 32.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 0 42 65 1 0.35 0 0.75 201.23 1 0.13
Hex 0 2A 41 64 23 0 4B C9 64 D
Octal 0 52 101 144 43 0 113 311 144 15
Binary 0 101010 1000001 1100100 100011 0 1001011 11001001 1100100 1101

Color Harmonies of #002A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A41

Black with #002A41

Text Example


Text Example

White with #002A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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