Html Css Color HEX #113142 Blue Whale

📋 copy color: '#113142'

red 17 ◦ green 49 ◦ blue 66

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

Shades of Blue Whale #113142

Tints of Blue Whale #113142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50%

R = 12.88%
G = 37.12%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113142 (or 0x113142) is known color: Blue Whale. HEX triplet: 11, 31 and 42. RGB value is (17,49,66). Sum of RGB (Red+Green+Blue) = 17+49+66=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #113142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113142 is #EECEBD. Grayscale: #292929. Windows color (decimal): -15650494 or 4337937. OLE color: 4337937.

HSL color Cylindrical-coordinate representation of color #113142: hue angle of 200.82º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #113142 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 49 66 -
CMYK 0.74 0.26 0 0.74
HSL 200.82º 0.59% 0.16% -
HSV(B) 200.82º 0.74% 0.26% -
XYZ 2.31 2.71 5.56 -
YUV 41.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 17 49 66 0.74 0.26 0 0.74 200.82 0.59 0.16
Hex 11 31 42 4A 1A 0 4A C9 3B 10
Octal 21 61 102 112 32 0 112 311 73 20
Binary 10001 110001 1000010 1001010 11010 0 1001010 11001001 111011 10000

Color Harmonies of #113142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113142

Black with #113142

Text Example


Text Example

White with #113142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113142; }

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

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

background-color css

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

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

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

border-color css

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

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

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