#012443

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

Shades of Tangaroa #012443

Tints of Tangaroa #012443

Color information

#012443 (or 0x012443) is unknown color: approx Tangaroa. HEX triplet: 01, 24 and 43. RGB value is (1,36,67). Sum of RGB (Red+Green+Blue) = 1+36+67=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #012443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012443 is #FEDBBC. Grayscale: #1C1C1C. Windows color (decimal): -16702397 or 4400129. OLE color: 4400129.

HSL color Cylindrical-coordinate representation of color #012443: hue angle of 208.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012443 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB13667-
CMYK0.990.4600.74
HSL208.18º97.06%13.33%-
HSV(B)208.18º98.51%26.27%-
XYZ1.661.675.55-
YUV29.07149.4107.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 67 (26.56% from 255) = 64.42%
R=0.96%
G=34.62%
B=64.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal136670.990.4600.74208.1897.0613.33
Hex12443632E04Ad061d
Octal14410314356011232014115
Binary110010010000111100011101110010010101101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012443; }

 p { color: rgb(1,36,67); }

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

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

 a { background-color: rgb(1,36,67); }

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

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

 span { border-color: rgb(1,36,67); }

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