#05233F

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

Shades of Tangaroa #05233F

Tints of Tangaroa #05233F

Color information

#05233F (or 0x05233F) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 3F. RGB value is (5,35,63). Sum of RGB (Red+Green+Blue) = 5+35+63=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #05233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05233F is #FADCC0. Grayscale: #1D1D1D. Windows color (decimal): -16440513 or 4137733. OLE color: 4137733.

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

Color convert

RGB53563-
CMYK0.920.4400.75
HSL208.97º85.29%13.33%-
HSV(B)208.97º92.06%24.71%-
XYZ1.561.594.93-
YUV29.22147.06110.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 63 (25% from 255) = 61.17%
R=4.85%
G=33.98%
B=61.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal535630.920.4400.75208.9785.2913.33
Hex5233F5C2C04Bd155d
Octal5437713454011332112515
Binary1011000111111111011100101100010010111101000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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