#052138

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

Shades of Tangaroa #052138

Tints of Tangaroa #052138

Color information

#052138 (or 0x052138) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 38. RGB value is (5,33,56). Sum of RGB (Red+Green+Blue) = 5+33+56=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #052138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052138 is #FADEC7. Grayscale: #1B1B1B. Windows color (decimal): -16441032 or 3678469. OLE color: 3678469.

HSL color Cylindrical-coordinate representation of color #052138: hue angle of 207.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052138 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53356-
CMYK0.910.4100.78
HSL207.06º83.61%11.96%-
HSV(B)207.06º91.07%21.96%-
XYZ1.321.413.94-
YUV27.25144.22112.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 56 (22.27% from 255) = 59.57%
R=5.32%
G=35.11%
B=59.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal533560.910.4100.78207.0683.6111.96
Hex521385B2904Ecf54c
Octal5417013351011631712414
Binary1011000011110001011011101001010011101100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052138; }

 p { color: rgb(5,33,56); }

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

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

 a { background-color: rgb(5,33,56); }

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

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

 span { border-color: rgb(5,33,56); }

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