#05273F

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

Shades of Tangaroa #05273F

Tints of Tangaroa #05273F

Color information

#05273F (or 0x05273F) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 3F. RGB value is (5,39,63). Sum of RGB (Red+Green+Blue) = 5+39+63=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #05273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05273F is #FAD8C0. Grayscale: #1F1F1F. Windows color (decimal): -16439489 or 4138757. OLE color: 4138757.

HSL color Cylindrical-coordinate representation of color #05273F: hue angle of 204.83º 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 #05273F is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53963-
CMYK0.920.3800.75
HSL204.83º85.29%13.33%-
HSV(B)204.83º92.06%24.71%-
XYZ1.691.844.97-
YUV31.57145.74109.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 63 (25% from 255) = 58.88%
R=4.67%
G=36.45%
B=58.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal539630.920.3800.75204.8385.2913.33
Hex5273F5C2604Bcd55d
Octal5477713446011331512515
Binary1011001111111111011100100110010010111100110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05273F; }

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

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

<style>
 a { background-color: #05273F; }

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

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

<style>
 span { border-color: #05273F; }

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

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