Html Css Color HEX #11304C Blue Whale

📋 copy color: '#11304C'

red 17 ◦ green 48 ◦ blue 76

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

Shades of Blue Whale #11304C

Tints of Blue Whale #11304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.9%

R = 12.06%
G = 34.04%
B = 53.9%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11304C (or 0x11304C) is known color: Blue Whale. HEX triplet: 11, 30 and 4C. RGB value is (17,48,76). Sum of RGB (Red+Green+Blue) = 17+48+76=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #11304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11304C is #EECFB3. Grayscale: #292929. Windows color (decimal): -15650740 or 4993041. OLE color: 4993041.

HSL color Cylindrical-coordinate representation of color #11304C: hue angle of 208.47º degrees, saturation: 0.63, 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 #11304C is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 48 76 -
CMYK 0.78 0.37 0 0.70
HSL 208.47º 0.63% 0.18% -
HSV(B) 208.47º 0.78% 0.3% -
XYZ 2.59 2.75 7.23 -
YUV 41.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 17 48 76 0.78 0.37 0 0.70 208.47 0.63 0.18
Hex 11 30 4C 4E 25 0 46 D0 3F 12
Octal 21 60 114 116 45 0 106 320 77 22
Binary 10001 110000 1001100 1001110 100101 0 1000110 11010000 111111 10010

Color Harmonies of #11304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11304C

Black with #11304C

Text Example


Text Example

White with #11304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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