Html Css Color HEX #11303F Blue Whale

📋 copy color: '#11303F'

red 17 ◦ green 48 ◦ blue 63

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

Shades of Blue Whale #11303F

Tints of Blue Whale #11303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.5%

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

R = 13.28%
G = 37.5%
B = 49.22%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11303F (or 0x11303F) is known color: Blue Whale. HEX triplet: 11, 30 and 3F. RGB value is (17,48,63). Sum of RGB (Red+Green+Blue) = 17+48+63=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #11303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11303F is #EECFC0. Grayscale: #282828. Windows color (decimal): -15650753 or 4141073. OLE color: 4141073.

HSL color Cylindrical-coordinate representation of color #11303F: hue angle of 199.57º 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 #11303F is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 48 63 -
CMYK 0.73 0.24 0 0.75
HSL 199.57º 0.58% 0.16% -
HSV(B) 199.57º 0.73% 0.25% -
XYZ 2.19 2.59 5.09 -
YUV 40.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 17 48 63 0.73 0.24 0 0.75 199.57 0.58 0.16
Hex 11 30 3F 49 18 0 4B C8 3A 10
Octal 21 60 77 111 30 0 113 310 72 20
Binary 10001 110000 111111 1001001 11000 0 1001011 11001000 111010 10000

Color Harmonies of #11303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11303F

Black with #11303F

Text Example


Text Example

White with #11303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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