Html Css Color HEX #002A42 Tangaroa

📋 copy color: '#002A42'

red 0 ◦ green 42 ◦ blue 66

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

Shades of Tangaroa #002A42

Tints of Tangaroa #002A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 61.11%

R = 0%
G = 38.89%
B = 61.11%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002A42 (or 0x002A42) is known color: Tangaroa. HEX triplet: 00, 2A and 42. RGB value is (0,42,66). Sum of RGB (Red+Green+Blue) = 0+42+66=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 66 (26.17% from 255 or 61.11% from 108); Max value from RGB is 66 - color contains mainly: blue. Hex color #002A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A42 is #FFD5BD. Grayscale: #202020. Windows color (decimal): -16766398 or 4336128. OLE color: 4336128.

HSL color Cylindrical-coordinate representation of color #002A42: hue angle of 201.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A42 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 42 66 -
CMYK 1 0.36 0 0.74
HSL 201.82º 1% 0.13% -
HSV(B) 201.82º 1% 0.26% -
XYZ 1.81 2.05 5.45 -
YUV 32.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 0 42 66 1 0.36 0 0.74 201.82 1 0.13
Hex 0 2A 42 64 24 0 4A CA 64 D
Octal 0 52 102 144 44 0 112 312 144 15
Binary 0 101010 1000010 1100100 100100 0 1001010 11001010 1100100 1101

Color Harmonies of #002A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A42

Black with #002A42

Text Example


Text Example

White with #002A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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