#05233E

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

Shades of Tangaroa #05233E

Tints of Tangaroa #05233E

Color information

#05233E (or 0x05233E) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 3E. RGB value is (5,35,62). Sum of RGB (Red+Green+Blue) = 5+35+62=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #05233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05233E is #FADCC1. Grayscale: #1C1C1C. Windows color (decimal): -16440514 or 4072197. OLE color: 4072197.

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

Color convert

RGB53562-
CMYK0.920.4400.76
HSL208.42º85.07%13.14%-
HSV(B)208.42º91.94%24.31%-
XYZ1.531.584.78-
YUV29.11146.56110.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 62 (24.61% from 255) = 60.78%
R=4.90%
G=34.31%
B=60.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal535620.920.4400.76208.4285.0713.14
Hex5233E5C2C04Cd055d
Octal5437613454011432012515
Binary1011000111111101011100101100010011001101000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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