#123350

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

Shades of Blue Whale #123350

Tints of Blue Whale #123350

Color information

#123350 (or 0x123350) is unknown color: approx Blue Whale. HEX triplet: 12, 33 and 50. RGB value is (18,51,80). Sum of RGB (Red+Green+Blue) = 18+51+80=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #123350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123350 is #EDCCAF. Grayscale: #2C2C2C. Windows color (decimal): -15584432 or 5255954. OLE color: 5255954.

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

Color convert

RGB185180-
CMYK0.780.3600.69
HSL208.06º63.27%19.22%-
HSV(B)208.06º77.5%31.37%-
XYZ2.883.088.03-
YUV44.44148.07109.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=12.08%
G=34.23%
B=53.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1851800.780.3600.69208.0663.2719.22
Hex1233504E24045d03f13
Octal22631201164401053207723
Binary1001011001110100001001110100100010001011101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123350; }

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

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

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

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

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

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

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

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