#01233D

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

Shades of Tangaroa #01233D

Tints of Tangaroa #01233D

Color information

#01233D (or 0x01233D) is unknown color: approx Tangaroa. HEX triplet: 01, 23 and 3D. RGB value is (1,35,61). Sum of RGB (Red+Green+Blue) = 1+35+61=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #01233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01233D is #FEDCC2. Grayscale: #1B1B1B. Windows color (decimal): -16702659 or 4006657. OLE color: 4006657.

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

Color convert

RGB13561-
CMYK0.980.4300.76
HSL206º96.77%12.16%-
HSV(B)206º98.36%23.92%-
XYZ1.461.554.64-
YUV27.8146.74108.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=1.03%
G=36.08%
B=62.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal135610.980.4300.7620696.7712.16
Hex1233D622B04Cce61c
Octal1437514253011431614114
Binary11000111111011100010101011010011001100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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