Html Css Color HEX #11313F Blue Whale

📋 copy color: '#11313F'

red 17 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #11313F

Tints of Blue Whale #11313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 48.84%

R = 13.18%
G = 37.98%
B = 48.84%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11313F (or 0x11313F) is known color: Blue Whale. HEX triplet: 11, 31 and 3F. RGB value is (17,49,63). Sum of RGB (Red+Green+Blue) = 17+49+63=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #11313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11313F is #EECEC0. Grayscale: #282828. Windows color (decimal): -15650497 or 4141329. OLE color: 4141329.

HSL color Cylindrical-coordinate representation of color #11313F: hue angle of 198.26º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11313F is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 49 63 -
CMYK 0.73 0.22 0 0.75
HSL 198.26º 0.58% 0.16% -
HSV(B) 198.26º 0.73% 0.25% -
XYZ 2.23 2.67 5.1 -
YUV 41.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 17 49 63 0.73 0.22 0 0.75 198.26 0.58 0.16
Hex 11 31 3F 49 16 0 4B C6 3A 10
Octal 21 61 77 111 26 0 113 306 72 20
Binary 10001 110001 111111 1001001 10110 0 1001011 11000110 111010 10000

Color Harmonies of #11313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11313F

Black with #11313F

Text Example


Text Example

White with #11313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11313F; }

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

 H1.HeaderClassName
 {
   color: #11313F;
 }
 .AnyTagClassName
 {
   color: #11313F;
 }
</style>

background-color css

<style>
 a { background-color: #11313F; }

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

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

border-color css

<style>
 span { border-color: #11313F; }

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

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