#123748

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

Shades of Blue Whale #123748

Tints of Blue Whale #123748

Color information

#123748 (or 0x123748) is unknown color: approx Blue Whale. HEX triplet: 12, 37 and 48. RGB value is (18,55,72). Sum of RGB (Red+Green+Blue) = 18+55+72=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #123748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123748 is #EDC8B7. Grayscale: #2D2D2D. Windows color (decimal): -15583416 or 4732690. OLE color: 4732690.

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

Color convert

RGB185572-
CMYK0.750.2400.72
HSL198.89º60%17.65%-
HSV(B)198.89º75%28.24%-
XYZ2.793.336.63-
YUV45.87142.74108.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=12.41%
G=37.93%
B=49.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1855720.750.2400.72198.896017.65
Hex1237484B18048c73c12
Octal22671101133001103077422
Binary100101101111001000100101111000010010001100011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123748; }

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

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

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

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

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

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

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

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