#123241

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

Shades of Blue Whale #123241

Tints of Blue Whale #123241

Color information

#123241 (or 0x123241) is unknown color: approx Blue Whale. HEX triplet: 12, 32 and 41. RGB value is (18,50,65). Sum of RGB (Red+Green+Blue) = 18+50+65=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #123241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123241 is #EDCDBE. Grayscale: #2A2A2A. Windows color (decimal): -15584703 or 4272658. OLE color: 4272658.

HSL color Cylindrical-coordinate representation of color #123241: hue angle of 199.15º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123241 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185065-
CMYK0.720.2300.75
HSL199.15º56.63%16.27%-
HSV(B)199.15º72.31%25.49%-
XYZ2.342.795.42-
YUV42.14140.9110.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=13.53%
G=37.59%
B=48.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1850650.720.2300.75199.1556.6316.27
Hex123241481704Bc73910
Octal22621011102701133077120
Binary100101100101000001100100010111010010111100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123241; }

 p { color: rgb(18,50,65); }

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

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

 a { background-color: rgb(18,50,65); }

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

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

 span { border-color: rgb(18,50,65); }

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