Html Css Color HEX #002A3F Tangaroa

📋 copy color: '#002A3F'

red 0 ◦ green 42 ◦ blue 63

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

Shades of Tangaroa #002A3F

Tints of Tangaroa #002A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002A3F (or 0x002A3F) is known color: Tangaroa. HEX triplet: 00, 2A and 3F. RGB value is (0,42,63). Sum of RGB (Red+Green+Blue) = 0+42+63=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #002A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A3F is #FFD5C0. Grayscale: #1F1F1F. Windows color (decimal): -16766401 or 4139520. OLE color: 4139520.

HSL color Cylindrical-coordinate representation of color #002A3F: hue angle of 200º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A3F is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 42 63 -
CMYK 1 0.33 0 0.75
HSL 200º 1% 0.12% -
HSV(B) 200º 1% 0.25% -
XYZ 1.73 2.01 5 -
YUV 31.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 0 42 63 1 0.33 0 0.75 200 1 0.12
Hex 0 2A 3F 64 21 0 4B C8 64 C
Octal 0 52 77 144 41 0 113 310 144 14
Binary 0 101010 111111 1100100 100001 0 1001011 11001000 1100100 1100

Color Harmonies of #002A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A3F

Black with #002A3F

Text Example


Text Example

White with #002A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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