#12344A

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

Shades of Blue Whale #12344A

Tints of Blue Whale #12344A

Color information

#12344A (or 0x12344A) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 4A. RGB value is (18,52,74). Sum of RGB (Red+Green+Blue) = 18+52+74=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #12344A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12344A is #EDCBB5. Grayscale: #2C2C2C. Windows color (decimal): -15584182 or 4862994. OLE color: 4862994.

HSL color Cylindrical-coordinate representation of color #12344A: hue angle of 203.57º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12344A is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB185274-
CMYK0.760.3000.71
HSL203.57º60.87%18.04%-
HSV(B)203.57º75.68%29.02%-
XYZ2.713.086.93-
YUV44.34144.74109.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=12.5%
G=36.11%
B=51.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1852740.760.3000.71203.5760.8718.04
Hex12344A4C1E047cc3d12
Octal22641121143601073147522
Binary100101101001001010100110011110010001111100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12344A; }

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

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

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

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

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

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

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

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