#123048

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

Shades of Blue Whale #123048

Tints of Blue Whale #123048

Color information

#123048 (or 0x123048) is unknown color: approx Blue Whale. HEX triplet: 12, 30 and 48. RGB value is (18,48,72). Sum of RGB (Red+Green+Blue) = 18+48+72=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #123048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123048 is #EDCFB7. Grayscale: #292929. Windows color (decimal): -15585208 or 4730898. OLE color: 4730898.

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

Color convert

RGB184872-
CMYK0.750.3300.72
HSL206.67º60%17.65%-
HSV(B)206.67º75%28.24%-
XYZ2.482.716.52-
YUV41.77145.06111.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=13.04%
G=34.78%
B=52.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1848720.750.3300.72206.676017.65
Hex1230484B21048cf3c12
Octal22601101134101103177422
Binary1001011000010010001001011100001010010001100111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123048; }

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

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

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

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

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

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

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

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