Html Css Color HEX #062A3B Tangaroa

📋 copy color: '#062A3B'

red 6 ◦ green 42 ◦ blue 59

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

Shades of Tangaroa #062A3B

Tints of Tangaroa #062A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 55.14%

R = 5.61%
G = 39.25%
B = 55.14%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#062A3B (or 0x062A3B) is known color: Tangaroa. HEX triplet: 06, 2A and 3B. RGB value is (6,42,59). Sum of RGB (Red+Green+Blue) = 6+42+59=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #062A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A3B is #F9D5C4. Grayscale: #212121. Windows color (decimal): -16373189 or 3877382. OLE color: 3877382.

HSL color Cylindrical-coordinate representation of color #062A3B: hue angle of 199.25º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062A3B is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 42 59 -
CMYK 0.90 0.29 0 0.77
HSL 199.25º 0.82% 0.13% -
HSV(B) 199.25º 0.9% 0.23% -
XYZ 1.69 2.01 4.44 -
YUV 33.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 6 42 59 0.90 0.29 0 0.77 199.25 0.82 0.13
Hex 6 2A 3B 5A 1D 0 4D C7 52 D
Octal 6 52 73 132 35 0 115 307 122 15
Binary 110 101010 111011 1011010 11101 0 1001101 11000111 1010010 1101

Color Harmonies of #062A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A3B

Black with #062A3B

Text Example


Text Example

White with #062A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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