#051C3C

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

Shades of Tangaroa #051C3C

Tints of Tangaroa #051C3C

Color information

#051C3C (or 0x051C3C) is unknown color: approx Tangaroa. HEX triplet: 05, 1C and 3C. RGB value is (5,28,60). Sum of RGB (Red+Green+Blue) = 5+28+60=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #051C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C3C is #FAE3C3. Grayscale: #181818. Windows color (decimal): -16442308 or 3939333. OLE color: 3939333.

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

Color convert

RGB52860-
CMYK0.920.5300.76
HSL214.91º84.62%12.75%-
HSV(B)214.91º91.67%23.53%-
XYZ1.291.194.44-
YUV24.77147.88113.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=5.38%
G=30.11%
B=64.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal528600.920.5300.76214.9184.6212.75
Hex51C3C5C3504Cd755d
Octal5347413465011432712515
Binary101111001111001011100110101010011001101011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,60); }

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

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

 a { background-color: rgb(5,28,60); }

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

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

 span { border-color: rgb(5,28,60); }

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