Html Css Color HEX #062A3F Tangaroa

📋 copy color: '#062A3F'

red 6 ◦ green 42 ◦ blue 63

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

Shades of Tangaroa #062A3F

Tints of Tangaroa #062A3F

RGB

 RED value IS 6 (2.73% from 255) = 5.41%

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

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

R = 5.41%
G = 37.84%
B = 56.76%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062A3F (or 0x062A3F) is known color: Tangaroa. HEX triplet: 06, 2A and 3F. RGB value is (6,42,63). Sum of RGB (Red+Green+Blue) = 6+42+63=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #062A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A3F is #F9D5C0. Grayscale: #212121. Windows color (decimal): -16373185 or 4139526. OLE color: 4139526.

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

Color convert

RGB 6 42 63 -
CMYK 0.90 0.33 0 0.75
HSL 202.11º 0.83% 0.14% -
HSV(B) 202.11º 0.9% 0.25% -
XYZ 1.8 2.05 5 -
YUV 33.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 6 42 63 0.90 0.33 0 0.75 202.11 0.83 0.14
Hex 6 2A 3F 5A 21 0 4B CA 53 E
Octal 6 52 77 132 41 0 113 312 123 16
Binary 110 101010 111111 1011010 100001 0 1001011 11001010 1010011 1110

Color Harmonies of #062A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A3F

Black with #062A3F

Text Example


Text Example

White with #062A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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