#12283F

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

Shades of Tangaroa #12283F

Tints of Tangaroa #12283F

Color information

#12283F (or 0x12283F) is unknown color: approx Tangaroa. HEX triplet: 12, 28 and 3F. RGB value is (18,40,63). Sum of RGB (Red+Green+Blue) = 18+40+63=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #12283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12283F is #EDD7C0. Grayscale: #232323. Windows color (decimal): -15587265 or 4139026. OLE color: 4139026.

HSL color Cylindrical-coordinate representation of color #12283F: hue angle of 210.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12283F is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB184063-
CMYK0.710.3700.75
HSL210.67º55.56%15.88%-
HSV(B)210.67º71.43%24.71%-
XYZ1.912.014.99-
YUV36.04143.21115.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 63 (25% from 255) = 52.07%
R=14.88%
G=33.06%
B=52.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1840630.710.3700.75210.6755.5615.88
Hex12283F472504Bd33810
Octal2250771074501133237020
Binary100101010001111111000111100101010010111101001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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