#11304B

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

Shades of Blue Whale #11304B

Tints of Blue Whale #11304B

Color information

#11304B (or 0x11304B) is unknown color: approx Blue Whale. HEX triplet: 11, 30 and 4B. RGB value is (17,48,75). Sum of RGB (Red+Green+Blue) = 17+48+75=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #11304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11304B is #EECFB4. Grayscale: #292929. Windows color (decimal): -15650741 or 4927505. OLE color: 4927505.

HSL color Cylindrical-coordinate representation of color #11304B: hue angle of 207.93º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11304B is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB174875-
CMYK0.770.3600.71
HSL207.93º63.04%18.04%-
HSV(B)207.93º77.33%29.41%-
XYZ2.562.747.05-
YUV41.81146.73110.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=12.14%
G=34.29%
B=53.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1748750.770.3600.71207.9363.0418.04
Hex11304B4D24047d03f12
Octal21601131154401073207722
Binary1000111000010010111001101100100010001111101000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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