#051B38

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

Shades of Tangaroa #051B38

Tints of Tangaroa #051B38

Color information

#051B38 (or 0x051B38) is unknown color: approx Tangaroa. HEX triplet: 05, 1B and 38. RGB value is (5,27,56). Sum of RGB (Red+Green+Blue) = 5+27+56=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #051B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B38 is #FAE4C7. Grayscale: #171717. Windows color (decimal): -16442568 or 3676933. OLE color: 3676933.

HSL color Cylindrical-coordinate representation of color #051B38: hue angle of 214.12º 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 #051B38 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52756-
CMYK0.910.5200.78
HSL214.12º83.61%11.96%-
HSV(B)214.12º91.07%21.96%-
XYZ1.171.13.89-
YUV23.73146.21114.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=5.68%
G=30.68%
B=63.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal527560.910.5200.78214.1283.6111.96
Hex51B385B3404Ed654c
Octal5337013364011632612414
Binary101110111110001011011110100010011101101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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