#123745

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

Shades of Blue Whale #123745

Tints of Blue Whale #123745

Color information

#123745 (or 0x123745) is unknown color: approx Blue Whale. HEX triplet: 12, 37 and 45. RGB value is (18,55,69). Sum of RGB (Red+Green+Blue) = 18+55+69=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #123745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123745 is #EDC8BA. Grayscale: #2D2D2D. Windows color (decimal): -15583419 or 4536082. OLE color: 4536082.

HSL color Cylindrical-coordinate representation of color #123745: hue angle of 196.47º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123745 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB185569-
CMYK0.740.2000.73
HSL196.47º58.62%17.06%-
HSV(B)196.47º73.91%27.06%-
XYZ2.693.296.12-
YUV45.53141.24108.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=12.68%
G=38.73%
B=48.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1855690.740.2000.73196.4758.6217.06
Hex1237454A14049c43b11
Octal22671051122401113047321
Binary100101101111000101100101010100010010011100010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123745; }

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

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

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

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

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

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

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

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