#12324A

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

Shades of Blue Whale #12324A

Tints of Blue Whale #12324A

Color information

#12324A (or 0x12324A) is unknown color: approx Blue Whale. HEX triplet: 12, 32 and 4A. RGB value is (18,50,74). Sum of RGB (Red+Green+Blue) = 18+50+74=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #12324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12324A is #EDCDB5. Grayscale: #2B2B2B. Windows color (decimal): -15584694 or 4862482. OLE color: 4862482.

HSL color Cylindrical-coordinate representation of color #12324A: hue angle of 205.71º 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 #12324A is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB185074-
CMYK0.760.3200.71
HSL205.71º60.87%18.04%-
HSV(B)205.71º75.68%29.02%-
XYZ2.632.96.9-
YUV43.17145.4110.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 74 (29.30% from 255) = 52.11%
R=12.68%
G=35.21%
B=52.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1850740.760.3200.71205.7160.8718.04
Hex12324A4C20047ce3d12
Octal22621121144001073167522
Binary1001011001010010101001100100000010001111100111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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