Html Css Color HEX #11374E Blue Whale

📋 copy color: '#11374E'

red 17 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #11374E

Tints of Blue Whale #11374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52%

R = 11.33%
G = 36.67%
B = 52%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11374E (or 0x11374E) is known color: Blue Whale. HEX triplet: 11, 37 and 4E. RGB value is (17,55,78). Sum of RGB (Red+Green+Blue) = 17+55+78=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #11374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11374E is #EEC8B1. Grayscale: #2E2E2E. Windows color (decimal): -15648946 or 5125905. OLE color: 5125905.

HSL color Cylindrical-coordinate representation of color #11374E: hue angle of 202.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11374E is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 55 78 -
CMYK 0.78 0.29 0 0.69
HSL 202.62º 0.64% 0.19% -
HSV(B) 202.62º 0.78% 0.31% -
XYZ 2.97 3.4 7.71 -
YUV 46.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 17 55 78 0.78 0.29 0 0.69 202.62 0.64 0.19
Hex 11 37 4E 4E 1D 0 45 CB 40 13
Octal 21 67 116 116 35 0 105 313 100 23
Binary 10001 110111 1001110 1001110 11101 0 1000101 11001011 1000000 10011

Color Harmonies of #11374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11374E

Black with #11374E

Text Example


Text Example

White with #11374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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