#051E3F

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

Shades of Tangaroa #051E3F

Tints of Tangaroa #051E3F

Color information

#051E3F (or 0x051E3F) is unknown color: approx Tangaroa. HEX triplet: 05, 1E and 3F. RGB value is (5,30,63). Sum of RGB (Red+Green+Blue) = 5+30+63=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #051E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E3F is #FAE1C0. Grayscale: #1A1A1A. Windows color (decimal): -16441793 or 4136453. OLE color: 4136453.

HSL color Cylindrical-coordinate representation of color #051E3F: hue angle of 214.14º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051E3F is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53063-
CMYK0.920.5200.75
HSL214.14º85.29%13.33%-
HSV(B)214.14º92.06%24.71%-
XYZ1.421.324.88-
YUV26.29148.72112.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 63 (25% from 255) = 64.29%
R=5.10%
G=30.61%
B=64.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal530630.920.5200.75214.1485.2913.33
Hex51E3F5C3404Bd655d
Octal5367713464011332612515
Binary101111101111111011100110100010010111101011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E3F; }

 p { color: rgb(5,30,63); }

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

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

 a { background-color: rgb(5,30,63); }

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

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

 span { border-color: rgb(5,30,63); }

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