#12283B

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

Shades of Tangaroa #12283B

Tints of Tangaroa #12283B

Color information

#12283B (or 0x12283B) is unknown color: approx Tangaroa. HEX triplet: 12, 28 and 3B. RGB value is (18,40,59). Sum of RGB (Red+Green+Blue) = 18+40+59=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #12283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12283B is #EDD7C4. Grayscale: #232323. Windows color (decimal): -15587269 or 3876882. OLE color: 3876882.

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

Color convert

RGB184059-
CMYK0.690.3200.77
HSL207.8º53.25%15.1%-
HSV(B)207.8º69.49%23.14%-
XYZ1.81.964.42-
YUV35.59141.21115.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=15.38%
G=34.19%
B=50.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1840590.690.3200.77207.853.2515.1
Hex12283B452004Dd035f
Octal2250731054001153206517
Binary10010101000111011100010110000001001101110100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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