#01223F

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

Shades of Tangaroa #01223F

Tints of Tangaroa #01223F

Color information

#01223F (or 0x01223F) is unknown color: approx Tangaroa. HEX triplet: 01, 22 and 3F. RGB value is (1,34,63). Sum of RGB (Red+Green+Blue) = 1+34+63=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #01223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01223F is #FEDDC0. Grayscale: #1B1B1B. Windows color (decimal): -16702913 or 4137473. OLE color: 4137473.

HSL color Cylindrical-coordinate representation of color #01223F: hue angle of 208.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01223F is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB13463-
CMYK0.980.4600.75
HSL208.06º96.88%12.55%-
HSV(B)208.06º98.41%24.71%-
XYZ1.481.514.92-
YUV27.44148.07109.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 63 (25% from 255) = 64.29%
R=1.02%
G=34.69%
B=64.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal134630.980.4600.75208.0696.8812.55
Hex1223F622E04Bd061d
Octal1427714256011332014115
Binary11000101111111100010101110010010111101000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01223F; }

 p { color: rgb(1,34,63); }

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

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

 a { background-color: rgb(1,34,63); }

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

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

 span { border-color: rgb(1,34,63); }

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