Html Css Color HEX #062041 Tangaroa

📋 copy color: '#062041'

red 6 ◦ green 32 ◦ blue 65

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

Shades of Tangaroa #062041

Tints of Tangaroa #062041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.07%

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

R = 5.83%
G = 31.07%
B = 63.11%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062041 (or 0x062041) is known color: Tangaroa. HEX triplet: 06, 20 and 41. RGB value is (6,32,65). Sum of RGB (Red+Green+Blue) = 6+32+65=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #062041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062041 is #F9DFBE. Grayscale: #1B1B1B. Windows color (decimal): -16375743 or 4268038. OLE color: 4268038.

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

Color convert

RGB 6 32 65 -
CMYK 0.91 0.51 0 0.75
HSL 213.56º 0.83% 0.14% -
HSV(B) 213.56º 0.91% 0.25% -
XYZ 1.55 1.45 5.2 -
YUV 27.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 6 32 65 0.91 0.51 0 0.75 213.56 0.83 0.14
Hex 6 20 41 5B 33 0 4B D6 53 E
Octal 6 40 101 133 63 0 113 326 123 16
Binary 110 100000 1000001 1011011 110011 0 1001011 11010110 1010011 1110

Color Harmonies of #062041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062041

Black with #062041

Text Example


Text Example

White with #062041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062041; }

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

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

background-color css

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

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

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

border-color css

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

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

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