Html Css Color HEX #11334D Blue Whale

📋 copy color: '#11334D'

red 17 ◦ green 51 ◦ blue 77

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

Shades of Blue Whale #11334D

Tints of Blue Whale #11334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

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

R = 11.72%
G = 35.17%
B = 53.1%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11334D (or 0x11334D) is known color: Blue Whale. HEX triplet: 11, 33 and 4D. RGB value is (17,51,77). Sum of RGB (Red+Green+Blue) = 17+51+77=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #11334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11334D is #EECCB2. Grayscale: #2B2B2B. Windows color (decimal): -15649971 or 5059345. OLE color: 5059345.

HSL color Cylindrical-coordinate representation of color #11334D: hue angle of 206º 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 #11334D is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 51 77 -
CMYK 0.78 0.34 0 0.70
HSL 206º 0.64% 0.18% -
HSV(B) 206º 0.78% 0.3% -
XYZ 2.75 3.02 7.46 -
YUV 43.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 17 51 77 0.78 0.34 0 0.70 206 0.64 0.18
Hex 11 33 4D 4E 22 0 46 CE 40 12
Octal 21 63 115 116 42 0 106 316 100 22
Binary 10001 110011 1001101 1001110 100010 0 1000110 11001110 1000000 10010

Color Harmonies of #11334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11334D

Black with #11334D

Text Example


Text Example

White with #11334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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