#061D38

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

Shades of Tangaroa #061D38

Tints of Tangaroa #061D38

Color information

#061D38 (or 0x061D38) is unknown color: approx Tangaroa. HEX triplet: 06, 1D and 38. RGB value is (6,29,56). Sum of RGB (Red+Green+Blue) = 6+29+56=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #061D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D38 is #F9E2C7. Grayscale: #191919. Windows color (decimal): -16376520 or 3677446. OLE color: 3677446.

HSL color Cylindrical-coordinate representation of color #061D38: hue angle of 212.4º 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 #061D38 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB62956-
CMYK0.890.4800.78
HSL212.4º80.65%12.16%-
HSV(B)212.4º89.29%21.96%-
XYZ1.231.23.91-
YUV25.2145.38114.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=6.59%
G=31.87%
B=61.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal629560.890.4800.78212.480.6512.16
Hex61D38593004Ed451c
Octal6357013160011632412114
Binary110111011110001011001110000010011101101010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,29,56); }

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

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

 a { background-color: rgb(6,29,56); }

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

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

 span { border-color: rgb(6,29,56); }

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