#12304D

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

Shades of Blue Whale #12304D

Tints of Blue Whale #12304D

Color information

#12304D (or 0x12304D) is unknown color: approx Blue Whale. HEX triplet: 12, 30 and 4D. RGB value is (18,48,77). Sum of RGB (Red+Green+Blue) = 18+48+77=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #12304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12304D is #EDCFB2. Grayscale: #2A2A2A. Windows color (decimal): -15585203 or 5058578. OLE color: 5058578.

HSL color Cylindrical-coordinate representation of color #12304D: hue angle of 209.49º 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 #12304D is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB184877-
CMYK0.770.3800.70
HSL209.49º62.11%18.63%-
HSV(B)209.49º76.62%30.2%-
XYZ2.652.787.42-
YUV42.34147.56110.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 77 (30.47% from 255) = 53.85%
R=12.59%
G=33.57%
B=53.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1848770.770.3800.70209.4962.1118.63
Hex12304D4D26046d13e13
Octal22601151154601063217623
Binary1001011000010011011001101100110010001101101000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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