#123440

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

Shades of Blue Whale #123440

Tints of Blue Whale #123440

Color information

#123440 (or 0x123440) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 40. RGB value is (18,52,64). Sum of RGB (Red+Green+Blue) = 18+52+64=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #123440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123440 is #EDCBBF. Grayscale: #2B2B2B. Windows color (decimal): -15584192 or 4207634. OLE color: 4207634.

HSL color Cylindrical-coordinate representation of color #123440: hue angle of 195.65º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123440 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185264-
CMYK0.720.1900.75
HSL195.65º56.1%16.08%-
HSV(B)195.65º71.88%25.1%-
XYZ2.42.955.29-
YUV43.2139.74110.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=13.43%
G=38.81%
B=47.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1852640.720.1900.75195.6556.116.08
Hex123440481304Bc43810
Octal22641001102301133047020
Binary100101101001000000100100010011010010111100010011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123440; }

 p { color: rgb(18,52,64); }

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

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

 a { background-color: rgb(18,52,64); }

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

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

 span { border-color: rgb(18,52,64); }

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