Html Css Color HEX #062C3F Tangaroa

📋 copy color: '#062C3F'

red 6 ◦ green 44 ◦ blue 63

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

Shades of Tangaroa #062C3F

Tints of Tangaroa #062C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 55.75%

R = 5.31%
G = 38.94%
B = 55.75%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062C3F (or 0x062C3F) is known color: Tangaroa. HEX triplet: 06, 2C and 3F. RGB value is (6,44,63). Sum of RGB (Red+Green+Blue) = 6+44+63=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #062C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C3F is #F9D3C0. Grayscale: #222222. Windows color (decimal): -16372673 or 4140038. OLE color: 4140038.

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

Color convert

RGB 6 44 63 -
CMYK 0.90 0.30 0 0.75
HSL 200º 0.83% 0.14% -
HSV(B) 200º 0.9% 0.25% -
XYZ 1.87 2.2 5.03 -
YUV 34.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 6 44 63 0.90 0.30 0 0.75 200 0.83 0.14
Hex 6 2C 3F 5A 1E 0 4B C8 53 E
Octal 6 54 77 132 36 0 113 310 123 16
Binary 110 101100 111111 1011010 11110 0 1001011 11001000 1010011 1110

Color Harmonies of #062C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C3F

Black with #062C3F

Text Example


Text Example

White with #062C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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