Html Css Color HEX #113143 Blue Whale

📋 copy color: '#113143'

red 17 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #113143

Tints of Blue Whale #113143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 50.38%

R = 12.78%
G = 36.84%
B = 50.38%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113143 (or 0x113143) is known color: Blue Whale. HEX triplet: 11, 31 and 43. RGB value is (17,49,67). Sum of RGB (Red+Green+Blue) = 17+49+67=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #113143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113143 is #EECEBC. Grayscale: #292929. Windows color (decimal): -15650493 or 4403473. OLE color: 4403473.

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

Color convert

RGB 17 49 67 -
CMYK 0.75 0.27 0 0.74
HSL 201.6º 0.6% 0.16% -
HSV(B) 201.6º 0.75% 0.26% -
XYZ 2.34 2.72 5.71 -
YUV 41.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 17 49 67 0.75 0.27 0 0.74 201.6 0.6 0.16
Hex 11 31 43 4B 1B 0 4A CA 3C 10
Octal 21 61 103 113 33 0 112 312 74 20
Binary 10001 110001 1000011 1001011 11011 0 1001010 11001010 111100 10000

Color Harmonies of #113143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113143

Black with #113143

Text Example


Text Example

White with #113143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113143; }

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

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

background-color css

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

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

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

border-color css

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

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

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