Html Css Color HEX #11304D Blue Whale

📋 copy color: '#11304D'

red 17 ◦ green 48 ◦ blue 77

#11304D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #11304D

Tints of Blue Whale #11304D

RGB

 RED value IS 17 (7.03% from 255) = 11.97%

 GREEN value IS 48 (19.14% from 255) = 33.8%

 BLUE value IS 77 (30.47% from 255) = 54.23%

R = 11.97%
G = 33.8%
B = 54.23%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11304D (or 0x11304D) is known color: Blue Whale. HEX triplet: 11, 30 and 4D. RGB value is (17,48,77). Sum of RGB (Red+Green+Blue) = 17+48+77=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #11304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11304D is #EECFB2. Grayscale: #292929. Windows color (decimal): -15650739 or 5058577. OLE color: 5058577.

HSL color Cylindrical-coordinate representation of color #11304D: hue angle of 209º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11304D is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 48 77 -
CMYK 0.78 0.38 0 0.70
HSL 209º 0.64% 0.18% -
HSV(B) 209º 0.78% 0.3% -
XYZ 2.63 2.77 7.42 -
YUV 42.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 17 48 77 0.78 0.38 0 0.70 209 0.64 0.18
Hex 11 30 4D 4E 26 0 46 D1 40 12
Octal 21 60 115 116 46 0 106 321 100 22
Binary 10001 110000 1001101 1001110 100110 0 1000110 11010001 1000000 10010

Color Harmonies of #11304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11304D

Black with #11304D

Text Example


Text Example

White with #11304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11304D;
 }
 .AnyTagClassName
 {
   color: #11304D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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