#123450

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

Shades of Blue Whale #123450

Tints of Blue Whale #123450

Color information

#123450 (or 0x123450) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 50. RGB value is (18,52,80). Sum of RGB (Red+Green+Blue) = 18+52+80=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #123450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123450 is #EDCBAF. Grayscale: #2C2C2C. Windows color (decimal): -15584176 or 5256210. OLE color: 5256210.

HSL color Cylindrical-coordinate representation of color #123450: hue angle of 207.1º 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 #123450 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB185280-
CMYK0.780.3500.69
HSL207.1º63.27%19.22%-
HSV(B)207.1º77.5%31.37%-
XYZ2.933.168.05-
YUV45.03147.74108.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=12%
G=34.67%
B=53.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1852800.780.3500.69207.163.2719.22
Hex1234504E23045cf3f13
Octal22641201164301053177723
Binary1001011010010100001001110100011010001011100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123450; }

 p { color: rgb(18,52,80); }

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

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

 a { background-color: rgb(18,52,80); }

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

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

 span { border-color: rgb(18,52,80); }

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