#12354d

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

Shades of Blue Whale #12354D

Tints of Blue Whale #12354D

Color information

#12354D (or 0x12354D) is unknown color: approx Blue Whale. HEX triplet: 12, 35 and 4D. RGB value is (18,53,77). Sum of RGB (Red+Green+Blue) = 18+53+77=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #12354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12354D is #EDCAB2. Grayscale: #2D2D2D. Windows color (decimal): -15583923 or 5059858. OLE color: 5059858.

HSL color Cylindrical-coordinate representation of color #12354D: hue angle of 204.41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12354D is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB185377-
CMYK0.770.3100.70
HSL204.41º62.11%18.63%-
HSV(B)204.41º76.62%30.2%-
XYZ2.863.217.49-
YUV45.27145.9108.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=12.16%
G=35.81%
B=52.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1853770.770.3100.70204.4162.1118.63
Hex12354D4D1F046cc3e13
Octal22651151153701063147623
Binary100101101011001101100110111111010001101100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12354d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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