Html Css Color HEX #062941 Tangaroa

📋 copy color: '#062941'

red 6 ◦ green 41 ◦ blue 65

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

Shades of Tangaroa #062941

Tints of Tangaroa #062941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.61%

 BLUE value IS 65 (25.78% from 255) = 58.04%

R = 5.36%
G = 36.61%
B = 58.04%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062941 (or 0x062941) is known color: Tangaroa. HEX triplet: 06, 29 and 41. RGB value is (6,41,65). Sum of RGB (Red+Green+Blue) = 6+41+65=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #062941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062941 is #F9D6BE. Grayscale: #212121. Windows color (decimal): -16373439 or 4270342. OLE color: 4270342.

HSL color Cylindrical-coordinate representation of color #062941: hue angle of 204.41º 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 #062941 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 41 65 -
CMYK 0.91 0.37 0 0.75
HSL 204.41º 0.83% 0.14% -
HSV(B) 204.41º 0.91% 0.25% -
XYZ 1.82 2.01 5.29 -
YUV 33.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 6 41 65 0.91 0.37 0 0.75 204.41 0.83 0.14
Hex 6 29 41 5B 25 0 4B CC 53 E
Octal 6 51 101 133 45 0 113 314 123 16
Binary 110 101001 1000001 1011011 100101 0 1001011 11001100 1010011 1110

Color Harmonies of #062941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062941

Black with #062941

Text Example


Text Example

White with #062941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062941; }

 p { color: rgb(6,41,65); }

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

background-color css

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

 a { background-color: rgb(6,41,65); }

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

border-color css

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

 span { border-color: rgb(6,41,65); }

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