Html Css Color HEX #11314C Blue Whale

📋 copy color: '#11314C'

red 17 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #11314C

Tints of Blue Whale #11314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.51%

 BLUE value IS 76 (30.08% from 255) = 53.52%

R = 11.97%
G = 34.51%
B = 53.52%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11314C (or 0x11314C) is known color: Blue Whale. HEX triplet: 11, 31 and 4C. RGB value is (17,49,76). Sum of RGB (Red+Green+Blue) = 17+49+76=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #11314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11314C is #EECEB3. Grayscale: #2A2A2A. Windows color (decimal): -15650484 or 4993297. OLE color: 4993297.

HSL color Cylindrical-coordinate representation of color #11314C: hue angle of 207.46º degrees, saturation: 0.63, 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 #11314C is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 49 76 -
CMYK 0.78 0.36 0 0.70
HSL 207.46º 0.63% 0.18% -
HSV(B) 207.46º 0.78% 0.3% -
XYZ 2.63 2.84 7.25 -
YUV 42.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 17 49 76 0.78 0.36 0 0.70 207.46 0.63 0.18
Hex 11 31 4C 4E 24 0 46 CF 3F 12
Octal 21 61 114 116 44 0 106 317 77 22
Binary 10001 110001 1001100 1001110 100100 0 1000110 11001111 111111 10010

Color Harmonies of #11314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11314C

Black with #11314C

Text Example


Text Example

White with #11314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11314C; }

 p { color: rgb(17,49,76); }

 H1.HeaderClassName
 {
   color: #11314C;
 }
 .AnyTagClassName
 {
   color: #11314C;
 }
</style>

background-color css

<style>
 a { background-color: #11314C; }

 a { background-color: rgb(17,49,76); }

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

border-color css

<style>
 span { border-color: #11314C; }

 span { border-color: rgb(17,49,76); }

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