#12233B

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

Shades of Tangaroa #12233B

Tints of Tangaroa #12233B

Color information

#12233B (or 0x12233B) is unknown color: approx Tangaroa. HEX triplet: 12, 23 and 3B. RGB value is (18,35,59). Sum of RGB (Red+Green+Blue) = 18+35+59=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #12233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12233B is #EDDCC4. Grayscale: #202020. Windows color (decimal): -15588549 or 3875602. OLE color: 3875602.

HSL color Cylindrical-coordinate representation of color #12233B: hue angle of 215.12º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12233B is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB183559-
CMYK0.690.4100.77
HSL215.12º53.25%15.1%-
HSV(B)215.12º69.49%23.14%-
XYZ1.641.654.37-
YUV32.65142.87117.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 59 (23.44% from 255) = 52.68%
R=16.07%
G=31.25%
B=52.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1835590.690.4100.77215.1253.2515.1
Hex12233B452904Dd735f
Octal2243731055101153276517
Binary10010100011111011100010110100101001101110101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,35,59); }

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

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

 a { background-color: rgb(18,35,59); }

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

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

 span { border-color: rgb(18,35,59); }

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