#062145

Color #062145 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #062145

Tints of Tangaroa #062145

Color information

#062145 (or 0x062145) is unknown color: approx Tangaroa. HEX triplet: 06, 21 and 45. RGB value is (6,33,69). Sum of RGB (Red+Green+Blue) = 6+33+69=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #062145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062145 is #F9DEBA. Grayscale: #1C1C1C. Windows color (decimal): -16375483 or 4530438. OLE color: 4530438.

HSL color Cylindrical-coordinate representation of color #062145: hue angle of 214.29º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062145 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63369-
CMYK0.910.5200.73
HSL214.29º84%14.71%-
HSV(B)214.29º91.3%27.06%-
XYZ1.691.565.84-
YUV29.03150.55111.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 69 (27.34% from 255) = 63.89%
R=5.56%
G=30.56%
B=63.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal633690.910.5200.73214.298414.71
Hex621455B34049d654f
Octal64110513364011132612417
Binary11010000110001011011011110100010010011101011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062145; }

 p { color: rgb(6,33,69); }

 H1.HeaderClassName
 {
   color: #062145;
 }
 .AnyTagClassName
 {
   color: #062145;
 }
</style>
background-color css

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

 a { background-color: rgb(6,33,69); }

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

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

 span { border-color: rgb(6,33,69); }

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