Html Css Color HEX #062440 Tangaroa

📋 copy color: '#062440'

red 6 ◦ green 36 ◦ blue 64

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

Shades of Tangaroa #062440

Tints of Tangaroa #062440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.96%

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

R = 5.66%
G = 33.96%
B = 60.38%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#062440 (or 0x062440) is known color: Tangaroa. HEX triplet: 06, 24 and 40. RGB value is (6,36,64). Sum of RGB (Red+Green+Blue) = 6+36+64=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #062440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062440 is #F9DBBF. Grayscale: #1E1E1E. Windows color (decimal): -16374720 or 4203526. OLE color: 4203526.

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

Color convert

RGB 6 36 64 -
CMYK 0.91 0.44 0 0.75
HSL 208.97º 0.83% 0.14% -
HSV(B) 208.97º 0.91% 0.25% -
XYZ 1.63 1.67 5.09 -
YUV 30.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 6 36 64 0.91 0.44 0 0.75 208.97 0.83 0.14
Hex 6 24 40 5B 2C 0 4B D1 53 E
Octal 6 44 100 133 54 0 113 321 123 16
Binary 110 100100 1000000 1011011 101100 0 1001011 11010001 1010011 1110

Color Harmonies of #062440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062440

Black with #062440

Text Example


Text Example

White with #062440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062440; }

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

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

background-color css

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

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

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

border-color css

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

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

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