Html Css Color HEX #11374A Blue Whale

📋 copy color: '#11374A'

red 17 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #11374A

Tints of Blue Whale #11374A

RGB

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

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

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

R = 11.64%
G = 37.67%
B = 50.68%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11374A (or 0x11374A) is known color: Blue Whale. HEX triplet: 11, 37 and 4A. RGB value is (17,55,74). Sum of RGB (Red+Green+Blue) = 17+55+74=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #11374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11374A is #EEC8B5. Grayscale: #2D2D2D. Windows color (decimal): -15648950 or 4863761. OLE color: 4863761.

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

Color convert

RGB 17 55 74 -
CMYK 0.77 0.26 0 0.71
HSL 200º 0.63% 0.18% -
HSV(B) 200º 0.77% 0.29% -
XYZ 2.83 3.35 6.98 -
YUV 45.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 17 55 74 0.77 0.26 0 0.71 200 0.63 0.18
Hex 11 37 4A 4D 1A 0 47 C8 3F 12
Octal 21 67 112 115 32 0 107 310 77 22
Binary 10001 110111 1001010 1001101 11010 0 1000111 11001000 111111 10010

Color Harmonies of #11374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11374A

Black with #11374A

Text Example


Text Example

White with #11374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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