#061C39

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

Shades of Tangaroa #061C39

Tints of Tangaroa #061C39

Color information

#061C39 (or 0x061C39) is unknown color: approx Tangaroa. HEX triplet: 06, 1C and 39. RGB value is (6,28,57). Sum of RGB (Red+Green+Blue) = 6+28+57=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #061C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C39 is #F9E3C6. Grayscale: #181818. Windows color (decimal): -16376775 or 3742726. OLE color: 3742726.

HSL color Cylindrical-coordinate representation of color #061C39: hue angle of 214.12º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061C39 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB62857-
CMYK0.890.5100.78
HSL214.12º80.95%12.35%-
HSV(B)214.12º89.47%22.35%-
XYZ1.231.164.03-
YUV24.73146.21114.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 57 (22.66% from 255) = 62.64%
R=6.59%
G=30.77%
B=62.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal628570.890.5100.78214.1280.9512.35
Hex61C39593304Ed651c
Octal6347113163011632612114
Binary110111001110011011001110011010011101101011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061C39; }

 p { color: rgb(6,28,57); }

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

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

 a { background-color: rgb(6,28,57); }

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

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

 span { border-color: rgb(6,28,57); }

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