#12354B

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

Shades of Blue Whale #12354B

Tints of Blue Whale #12354B

Color information

#12354B (or 0x12354B) is unknown color: approx Blue Whale. HEX triplet: 12, 35 and 4B. RGB value is (18,53,75). Sum of RGB (Red+Green+Blue) = 18+53+75=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #12354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12354B is #EDCAB4. Grayscale: #2C2C2C. Windows color (decimal): -15583925 or 4928786. OLE color: 4928786.

HSL color Cylindrical-coordinate representation of color #12354B: hue angle of 203.16º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12354B is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB185375-
CMYK0.760.2900.71
HSL203.16º61.29%18.24%-
HSV(B)203.16º76%29.41%-
XYZ2.793.187.12-
YUV45.04144.9108.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=12.33%
G=36.30%
B=51.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1853750.760.2900.71203.1661.2918.24
Hex12354B4C1D047cb3d12
Octal22651131143501073137522
Binary100101101011001011100110011101010001111100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,53,75); }

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

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

 a { background-color: rgb(18,53,75); }

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

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

 span { border-color: rgb(18,53,75); }

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