Html Css Color HEX #062C40 Tangaroa

📋 copy color: '#062C40'

red 6 ◦ green 44 ◦ blue 64

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

Shades of Tangaroa #062C40

Tints of Tangaroa #062C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.6%

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

R = 5.26%
G = 38.6%
B = 56.14%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062C40 (or 0x062C40) is known color: Tangaroa. HEX triplet: 06, 2C and 40. RGB value is (6,44,64). Sum of RGB (Red+Green+Blue) = 6+44+64=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #062C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C40 is #F9D3BF. Grayscale: #222222. Windows color (decimal): -16372672 or 4205574. OLE color: 4205574.

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

Color convert

RGB 6 44 64 -
CMYK 0.91 0.31 0 0.75
HSL 200.69º 0.83% 0.14% -
HSV(B) 200.69º 0.91% 0.25% -
XYZ 1.9 2.21 5.18 -
YUV 34.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 6 44 64 0.91 0.31 0 0.75 200.69 0.83 0.14
Hex 6 2C 40 5B 1F 0 4B C9 53 E
Octal 6 54 100 133 37 0 113 311 123 16
Binary 110 101100 1000000 1011011 11111 0 1001011 11001001 1010011 1110

Color Harmonies of #062C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C40

Black with #062C40

Text Example


Text Example

White with #062C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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