#01283E

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

Shades of Tangaroa #01283E

Tints of Tangaroa #01283E

Color information

#01283E (or 0x01283E) is unknown color: approx Tangaroa. HEX triplet: 01, 28 and 3E. RGB value is (1,40,62). Sum of RGB (Red+Green+Blue) = 1+40+62=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #01283E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01283E is #FED7C1. Grayscale: #1E1E1E. Windows color (decimal): -16701378 or 4073473. OLE color: 4073473.

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

Color convert

RGB14062-
CMYK0.980.3500.76
HSL201.64º96.83%12.35%-
HSV(B)201.64º98.39%24.31%-
XYZ1.641.874.83-
YUV30.85145.58106.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 62 (24.61% from 255) = 60.19%
R=0.97%
G=38.83%
B=60.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal140620.980.3500.76201.6496.8312.35
Hex1283E622304Cca61c
Octal1507614243011431214114
Binary11010001111101100010100011010011001100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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