Html Css Color HEX #11374B Blue Whale

📋 copy color: '#11374B'

red 17 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #11374B

Tints of Blue Whale #11374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 11.56%
G = 37.41%
B = 51.02%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11374B (or 0x11374B) is known color: Blue Whale. HEX triplet: 11, 37 and 4B. RGB value is (17,55,75). Sum of RGB (Red+Green+Blue) = 17+55+75=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #11374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11374B is #EEC8B4. Grayscale: #2D2D2D. Windows color (decimal): -15648949 or 4929297. OLE color: 4929297.

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

Color convert

RGB 17 55 75 -
CMYK 0.77 0.27 0 0.71
HSL 200.69º 0.63% 0.18% -
HSV(B) 200.69º 0.77% 0.29% -
XYZ 2.87 3.36 7.15 -
YUV 45.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 17 55 75 0.77 0.27 0 0.71 200.69 0.63 0.18
Hex 11 37 4B 4D 1B 0 47 C9 3F 12
Octal 21 67 113 115 33 0 107 311 77 22
Binary 10001 110111 1001011 1001101 11011 0 1000111 11001001 111111 10010

Color Harmonies of #11374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11374B

Black with #11374B

Text Example


Text Example

White with #11374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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