Html Css Color HEX #062A40 Tangaroa

📋 copy color: '#062A40'

red 6 ◦ green 42 ◦ blue 64

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

Shades of Tangaroa #062A40

Tints of Tangaroa #062A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 57.14%

R = 5.36%
G = 37.5%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062A40 (or 0x062A40) is known color: Tangaroa. HEX triplet: 06, 2A and 40. RGB value is (6,42,64). Sum of RGB (Red+Green+Blue) = 6+42+64=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #062A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A40 is #F9D5BF. Grayscale: #212121. Windows color (decimal): -16373184 or 4205062. OLE color: 4205062.

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

Color convert

RGB 6 42 64 -
CMYK 0.91 0.34 0 0.75
HSL 202.76º 0.83% 0.14% -
HSV(B) 202.76º 0.91% 0.25% -
XYZ 1.83 2.06 5.15 -
YUV 33.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 6 42 64 0.91 0.34 0 0.75 202.76 0.83 0.14
Hex 6 2A 40 5B 22 0 4B CB 53 E
Octal 6 52 100 133 42 0 113 313 123 16
Binary 110 101010 1000000 1011011 100010 0 1001011 11001011 1010011 1110

Color Harmonies of #062A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A40

Black with #062A40

Text Example


Text Example

White with #062A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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