#123648

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

Shades of Blue Whale #123648

Tints of Blue Whale #123648

Color information

#123648 (or 0x123648) is unknown color: approx Blue Whale. HEX triplet: 12, 36 and 48. RGB value is (18,54,72). Sum of RGB (Red+Green+Blue) = 18+54+72=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #123648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123648 is #EDC9B7. Grayscale: #2D2D2D. Windows color (decimal): -15583672 or 4732434. OLE color: 4732434.

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

Color convert

RGB185472-
CMYK0.750.2500.72
HSL200º60%17.65%-
HSV(B)200º75%28.24%-
XYZ2.743.236.61-
YUV45.29143.07108.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1854720.750.2500.722006017.65
Hex1236484B19048c83c12
Octal22661101133101103107422
Binary100101101101001000100101111001010010001100100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123648; }

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

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

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

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

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

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

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

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