#123143

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

Shades of Blue Whale #123143

Tints of Blue Whale #123143

Color information

#123143 (or 0x123143) is unknown color: approx Blue Whale. HEX triplet: 12, 31 and 43. RGB value is (18,49,67). Sum of RGB (Red+Green+Blue) = 18+49+67=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #123143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123143 is #EDCEBC. Grayscale: #292929. Windows color (decimal): -15584957 or 4403474. OLE color: 4403474.

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

Color convert

RGB184967-
CMYK0.730.2700.74
HSL202.04º57.65%16.67%-
HSV(B)202.04º73.13%26.27%-
XYZ2.362.735.71-
YUV41.78142.23111.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 67 (26.56% from 255) = 50%
R=13.43%
G=36.57%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1849670.730.2700.74202.0457.6516.67
Hex123143491B04Aca3a11
Octal22611031113301123127221
Binary100101100011000011100100111011010010101100101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123143; }

 p { color: rgb(18,49,67); }

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

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

 a { background-color: rgb(18,49,67); }

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

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

 span { border-color: rgb(18,49,67); }

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