#123B48

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

Shades of Blue Whale #123B48

Tints of Blue Whale #123B48

Color information

#123B48 (or 0x123B48) is unknown color: approx Blue Whale. HEX triplet: 12, 3B and 48. RGB value is (18,59,72). Sum of RGB (Red+Green+Blue) = 18+59+72=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #123B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B48 is #EDC4B7. Grayscale: #303030. Windows color (decimal): -15582392 or 4733714. OLE color: 4733714.

HSL color Cylindrical-coordinate representation of color #123B48: hue angle of 194.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123B48 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB185972-
CMYK0.750.1800.72
HSL194.44º60%17.65%-
HSV(B)194.44º75%28.24%-
XYZ2.983.726.69-
YUV48.22141.42106.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=12.08%
G=39.60%
B=48.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1859720.750.1800.72194.446017.65
Hex123B484B12048c23c12
Octal22731101132201103027422
Binary100101110111001000100101110010010010001100001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B48; }

 p { color: rgb(18,59,72); }

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

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

 a { background-color: rgb(18,59,72); }

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

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

 span { border-color: rgb(18,59,72); }

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