#123947

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

Shades of Blue Whale #123947

Tints of Blue Whale #123947

Color information

#123947 (or 0x123947) is unknown color: approx Blue Whale. HEX triplet: 12, 39 and 47. RGB value is (18,57,71). Sum of RGB (Red+Green+Blue) = 18+57+71=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #123947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123947 is #EDC6B8. Grayscale: #2E2E2E. Windows color (decimal): -15582905 or 4667666. OLE color: 4667666.

HSL color Cylindrical-coordinate representation of color #123947: hue angle of 195.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123947 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB185771-
CMYK0.750.2000.72
HSL195.85º59.55%17.45%-
HSV(B)195.85º74.65%27.84%-
XYZ2.853.516.49-
YUV46.93141.58107.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 71 (28.12% from 255) = 48.63%
R=12.33%
G=39.04%
B=48.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1857710.750.2000.72195.8559.5517.45
Hex1239474B14048c43c11
Octal22711071132401103047421
Binary100101110011000111100101110100010010001100010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123947; }

 p { color: rgb(18,57,71); }

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

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

 a { background-color: rgb(18,57,71); }

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

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

 span { border-color: rgb(18,57,71); }

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