#12304B

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

Shades of Blue Whale #12304B

Tints of Blue Whale #12304B

Color information

#12304B (or 0x12304B) is unknown color: approx Blue Whale. HEX triplet: 12, 30 and 4B. RGB value is (18,48,75). Sum of RGB (Red+Green+Blue) = 18+48+75=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #12304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12304B is #EDCFB4. Grayscale: #292929. Windows color (decimal): -15585205 or 4927506. OLE color: 4927506.

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

Color convert

RGB184875-
CMYK0.760.3600.71
HSL208.42º61.29%18.24%-
HSV(B)208.42º76%29.41%-
XYZ2.582.757.05-
YUV42.11146.56110.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=12.77%
G=34.04%
B=53.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1848750.760.3600.71208.4261.2918.24
Hex12304B4C24047d03d12
Octal22601131144401073207522
Binary1001011000010010111001100100100010001111101000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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