#12253B

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

Shades of Tangaroa #12253B

Tints of Tangaroa #12253B

Color information

#12253B (or 0x12253B) is unknown color: approx Tangaroa. HEX triplet: 12, 25 and 3B. RGB value is (18,37,59). Sum of RGB (Red+Green+Blue) = 18+37+59=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #12253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12253B is #EDDAC4. Grayscale: #212121. Windows color (decimal): -15588037 or 3876114. OLE color: 3876114.

HSL color Cylindrical-coordinate representation of color #12253B: hue angle of 212.2º 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 #12253B is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB183759-
CMYK0.690.3700.77
HSL212.2º53.25%15.1%-
HSV(B)212.2º69.49%23.14%-
XYZ1.71.774.39-
YUV33.83142.21116.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 59 (23.44% from 255) = 51.75%
R=15.79%
G=32.46%
B=51.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1837590.690.3700.77212.253.2515.1
Hex12253B452504Dd435f
Octal2245731054501153246517
Binary10010100101111011100010110010101001101110101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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