#01223D

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

Shades of Tangaroa #01223D

Tints of Tangaroa #01223D

Color information

#01223D (or 0x01223D) is unknown color: approx Tangaroa. HEX triplet: 01, 22 and 3D. RGB value is (1,34,61). Sum of RGB (Red+Green+Blue) = 1+34+61=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #01223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01223D is #FEDDC2. Grayscale: #1B1B1B. Windows color (decimal): -16702915 or 4006401. OLE color: 4006401.

HSL color Cylindrical-coordinate representation of color #01223D: hue angle of 207º 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 #01223D is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13461-
CMYK0.980.4400.76
HSL207º96.77%12.16%-
HSV(B)207º98.36%23.92%-
XYZ1.431.494.63-
YUV27.21147.07109.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 61 (24.22% from 255) = 63.54%
R=1.04%
G=35.42%
B=63.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal134610.980.4400.7620796.7712.16
Hex1223D622C04Ccf61c
Octal1427514254011431714114
Binary11000101111011100010101100010011001100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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