#12344D

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

Shades of Blue Whale #12344D

Tints of Blue Whale #12344D

Color information

#12344D (or 0x12344D) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 4D. RGB value is (18,52,77). Sum of RGB (Red+Green+Blue) = 18+52+77=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #12344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12344D is #EDCBB2. Grayscale: #2C2C2C. Windows color (decimal): -15584179 or 5059602. OLE color: 5059602.

HSL color Cylindrical-coordinate representation of color #12344D: hue angle of 205.42º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12344D is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB185277-
CMYK0.770.3200.70
HSL205.42º62.11%18.63%-
HSV(B)205.42º76.62%30.2%-
XYZ2.823.127.48-
YUV44.68146.24108.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=12.24%
G=35.37%
B=52.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1852770.770.3200.70205.4262.1118.63
Hex12344D4D20046cd3e13
Octal22641151154001063157623
Binary1001011010010011011001101100000010001101100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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