#05233A

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

Shades of Tangaroa #05233A

Tints of Tangaroa #05233A

Color information

#05233A (or 0x05233A) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 3A. RGB value is (5,35,58). Sum of RGB (Red+Green+Blue) = 5+35+58=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #05233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05233A is #FADCC5. Grayscale: #1C1C1C. Windows color (decimal): -16440518 or 3810053. OLE color: 3810053.

HSL color Cylindrical-coordinate representation of color #05233A: hue angle of 206.04º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05233A is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB53558-
CMYK0.910.4000.77
HSL206.04º84.13%12.35%-
HSV(B)206.04º91.38%22.75%-
XYZ1.431.544.22-
YUV28.65144.56111.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 58 (23.05% from 255) = 59.18%
R=5.10%
G=35.71%
B=59.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal535580.910.4000.77206.0484.1312.35
Hex5233A5B2804Dce54c
Octal5437213350011531612414
Binary1011000111110101011011101000010011011100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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