#01283B

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

Shades of Tangaroa #01283B

Tints of Tangaroa #01283B

Color information

#01283B (or 0x01283B) is unknown color: approx Tangaroa. HEX triplet: 01, 28 and 3B. RGB value is (1,40,59). Sum of RGB (Red+Green+Blue) = 1+40+59=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #01283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01283B is #FED7C4. Grayscale: #1E1E1E. Windows color (decimal): -16701381 or 3876865. OLE color: 3876865.

HSL color Cylindrical-coordinate representation of color #01283B: hue angle of 199.66º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01283B is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB14059-
CMYK0.980.3200.77
HSL199.66º96.67%11.76%-
HSV(B)199.66º98.31%23.14%-
XYZ1.561.844.41-
YUV30.5144.08106.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 59%
R=1%
G=40%
B=59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal140590.980.3200.77199.6696.6711.76
Hex1283B622004Dc861c
Octal1507314240011531014114
Binary11010001110111100010100000010011011100100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01283B; }

 p { color: rgb(1,40,59); }

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

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

 a { background-color: rgb(1,40,59); }

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

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

 span { border-color: rgb(1,40,59); }

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