#12354F

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

Shades of Blue Whale #12354F

Tints of Blue Whale #12354F

Color information

#12354F (or 0x12354F) is unknown color: approx Blue Whale. HEX triplet: 12, 35 and 4F. RGB value is (18,53,79). Sum of RGB (Red+Green+Blue) = 18+53+79=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #12354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12354F is #EDCAB0. Grayscale: #2D2D2D. Windows color (decimal): -15583921 or 5190930. OLE color: 5190930.

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

Color convert

RGB185379-
CMYK0.770.3300.69
HSL205.57º62.89%19.02%-
HSV(B)205.57º77.22%30.98%-
XYZ2.933.247.87-
YUV45.5146.9108.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 79 (31.25% from 255) = 52.67%
R=12%
G=35.33%
B=52.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1853790.770.3300.69205.5762.8919.02
Hex12354F4D21045ce3f13
Octal22651171154101053167723
Binary1001011010110011111001101100001010001011100111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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