Html Css Color HEX #11374D Blue Whale

📋 copy color: '#11374D'

red 17 ◦ green 55 ◦ blue 77

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

Shades of Blue Whale #11374D

Tints of Blue Whale #11374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

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

R = 11.41%
G = 36.91%
B = 51.68%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11374D (or 0x11374D) is known color: Blue Whale. HEX triplet: 11, 37 and 4D. RGB value is (17,55,77). Sum of RGB (Red+Green+Blue) = 17+55+77=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #11374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11374D is #EEC8B2. Grayscale: #2E2E2E. Windows color (decimal): -15648947 or 5060369. OLE color: 5060369.

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

Color convert

RGB 17 55 77 -
CMYK 0.78 0.29 0 0.70
HSL 202º 0.64% 0.18% -
HSV(B) 202º 0.78% 0.3% -
XYZ 2.94 3.39 7.52 -
YUV 46.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 17 55 77 0.78 0.29 0 0.70 202 0.64 0.18
Hex 11 37 4D 4E 1D 0 46 CA 40 12
Octal 21 67 115 116 35 0 106 312 100 22
Binary 10001 110111 1001101 1001110 11101 0 1000110 11001010 1000000 10010

Color Harmonies of #11374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11374D

Black with #11374D

Text Example


Text Example

White with #11374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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