#123541

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

Shades of Blue Whale #123541

Tints of Blue Whale #123541

Color information

#123541 (or 0x123541) is unknown color: approx Blue Whale. HEX triplet: 12, 35 and 41. RGB value is (18,53,65). Sum of RGB (Red+Green+Blue) = 18+53+65=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #123541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123541 is #EDCABE. Grayscale: #2B2B2B. Windows color (decimal): -15583935 or 4273426. OLE color: 4273426.

HSL color Cylindrical-coordinate representation of color #123541: hue angle of 195.32º 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 #123541 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185365-
CMYK0.720.1800.75
HSL195.32º56.63%16.27%-
HSV(B)195.32º72.31%25.49%-
XYZ2.483.065.46-
YUV43.9139.9109.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=13.24%
G=38.97%
B=47.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1853650.720.1800.75195.3256.6316.27
Hex123541481204Bc33910
Octal22651011102201133037120
Binary100101101011000001100100010010010010111100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123541; }

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

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

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

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

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

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

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

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