Html Css Color HEX #11354F Blue Whale

📋 copy color: '#11354F'

red 17 ◦ green 53 ◦ blue 79

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

Shades of Blue Whale #11354F

Tints of Blue Whale #11354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 11.41%
G = 35.57%
B = 53.02%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11354F (or 0x11354F) is known color: Blue Whale. HEX triplet: 11, 35 and 4F. RGB value is (17,53,79). Sum of RGB (Red+Green+Blue) = 17+53+79=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #11354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11354F is #EECAB0. Grayscale: #2D2D2D. Windows color (decimal): -15649457 or 5190929. OLE color: 5190929.

HSL color Cylindrical-coordinate representation of color #11354F: hue angle of 205.16º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11354F is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 53 79 -
CMYK 0.78 0.33 0 0.69
HSL 205.16º 0.65% 0.19% -
HSV(B) 205.16º 0.78% 0.31% -
XYZ 2.92 3.23 7.87 -
YUV 45.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 17 53 79 0.78 0.33 0 0.69 205.16 0.65 0.19
Hex 11 35 4F 4E 21 0 45 CD 41 13
Octal 21 65 117 116 41 0 105 315 101 23
Binary 10001 110101 1001111 1001110 100001 0 1000101 11001101 1000001 10011

Color Harmonies of #11354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11354F

Black with #11354F

Text Example


Text Example

White with #11354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11354F; }

 p { color: rgb(17,53,79); }

 H1.HeaderClassName
 {
   color: #11354F;
 }
 .AnyTagClassName
 {
   color: #11354F;
 }
</style>

background-color css

<style>
 a { background-color: #11354F; }

 a { background-color: rgb(17,53,79); }

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

border-color css

<style>
 span { border-color: #11354F; }

 span { border-color: rgb(17,53,79); }

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