#123141

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

Shades of Blue Whale #123141

Tints of Blue Whale #123141

Color information

#123141 (or 0x123141) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 41. RGB value is (18,49,65). Sum of RGB (Red+Green+Blue) = 18+49+65=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #123141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123141 is #EDCEBE. Grayscale: #292929. Windows color (decimal): -15584959 or 4272402. OLE color: 4272402.

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

Color convert

RGB184965-
CMYK0.720.2500.75
HSL200.43º56.63%16.27%-
HSV(B)200.43º72.31%25.49%-
XYZ2.32.715.4-
YUV41.55141.23111.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=13.64%
G=37.12%
B=49.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1849650.720.2500.75200.4356.6316.27
Hex123141481904Bc83910
Octal22611011103101133107120
Binary100101100011000001100100011001010010111100100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123141; }

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

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

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

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

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

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

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

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