Html Css Color HEX #11354A Blue Whale

📋 copy color: '#11354A'

red 17 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #11354A

Tints of Blue Whale #11354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 11.81%
G = 36.81%
B = 51.39%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11354A (or 0x11354A) is known color: Blue Whale. HEX triplet: 11, 35 and 4A. RGB value is (17,53,74). Sum of RGB (Red+Green+Blue) = 17+53+74=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #11354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11354A is #EECAB5. Grayscale: #2C2C2C. Windows color (decimal): -15649462 or 4863249. OLE color: 4863249.

HSL color Cylindrical-coordinate representation of color #11354A: hue angle of 202.11º 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 #11354A is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 53 74 -
CMYK 0.77 0.28 0 0.71
HSL 202.11º 0.63% 0.18% -
HSV(B) 202.11º 0.77% 0.29% -
XYZ 2.74 3.16 6.94 -
YUV 44.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 17 53 74 0.77 0.28 0 0.71 202.11 0.63 0.18
Hex 11 35 4A 4D 1C 0 47 CA 3F 12
Octal 21 65 112 115 34 0 107 312 77 22
Binary 10001 110101 1001010 1001101 11100 0 1000111 11001010 111111 10010

Color Harmonies of #11354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11354A

Black with #11354A

Text Example


Text Example

White with #11354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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