Html Css Color HEX #062A3D Tangaroa

📋 copy color: '#062A3D'

red 6 ◦ green 42 ◦ blue 61

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

Shades of Tangaroa #062A3D

Tints of Tangaroa #062A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.96%

R = 5.5%
G = 38.53%
B = 55.96%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#062A3D (or 0x062A3D) is known color: Tangaroa. HEX triplet: 06, 2A and 3D. RGB value is (6,42,61). Sum of RGB (Red+Green+Blue) = 6+42+61=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #062A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062A3D is #F9D5C2. Grayscale: #212121. Windows color (decimal): -16373187 or 4008454. OLE color: 4008454.

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

Color convert

RGB 6 42 61 -
CMYK 0.90 0.31 0 0.76
HSL 200.73º 0.82% 0.13% -
HSV(B) 200.73º 0.9% 0.24% -
XYZ 1.75 2.03 4.72 -
YUV 33.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 6 42 61 0.90 0.31 0 0.76 200.73 0.82 0.13
Hex 6 2A 3D 5A 1F 0 4C C9 52 D
Octal 6 52 75 132 37 0 114 311 122 15
Binary 110 101010 111101 1011010 11111 0 1001100 11001001 1010010 1101

Color Harmonies of #062A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062A3D

Black with #062A3D

Text Example


Text Example

White with #062A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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