#061F43

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

Shades of Tangaroa #061F43

Tints of Tangaroa #061F43

Color information

#061F43 (or 0x061F43) is unknown color: approx Tangaroa. HEX triplet: 06, 1F and 43. RGB value is (6,31,67). Sum of RGB (Red+Green+Blue) = 6+31+67=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #061F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F43 is #F9E0BC. Grayscale: #1B1B1B. Windows color (decimal): -16375997 or 4398854. OLE color: 4398854.

HSL color Cylindrical-coordinate representation of color #061F43: hue angle of 215.41º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061F43 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB63167-
CMYK0.910.5400.74
HSL215.41º83.56%14.31%-
HSV(B)215.41º91.04%26.27%-
XYZ1.581.425.5-
YUV27.63150.22112.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 67 (26.56% from 255) = 64.42%
R=5.77%
G=29.81%
B=64.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal631670.910.5400.74215.4183.5614.31
Hex61F435B3604Ad754e
Octal63710313366011232712416
Binary1101111110000111011011110110010010101101011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,31,67); }

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

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

 a { background-color: rgb(6,31,67); }

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

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

 span { border-color: rgb(6,31,67); }

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