Html Css Color HEX #113248 Blue Whale

📋 copy color: '#113248'

red 17 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #113248

Tints of Blue Whale #113248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.97%

 BLUE value IS 72 (28.52% from 255) = 51.8%

R = 12.23%
G = 35.97%
B = 51.8%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113248 (or 0x113248) is known color: Blue Whale. HEX triplet: 11, 32 and 48. RGB value is (17,50,72). Sum of RGB (Red+Green+Blue) = 17+50+72=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #113248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113248 is #EECDB7. Grayscale: #2A2A2A. Windows color (decimal): -15650232 or 4731409. OLE color: 4731409.

HSL color Cylindrical-coordinate representation of color #113248: hue angle of 204º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113248 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 50 72 -
CMYK 0.76 0.31 0 0.72
HSL 204º 0.62% 0.17% -
HSV(B) 204º 0.76% 0.28% -
XYZ 2.54 2.87 6.55 -
YUV 42.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 17 50 72 0.76 0.31 0 0.72 204 0.62 0.17
Hex 11 32 48 4C 1F 0 48 CC 3E 11
Octal 21 62 110 114 37 0 110 314 76 21
Binary 10001 110010 1001000 1001100 11111 0 1001000 11001100 111110 10001

Color Harmonies of #113248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113248

Black with #113248

Text Example


Text Example

White with #113248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113248; }

 p { color: rgb(17,50,72); }

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

background-color css

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

 a { background-color: rgb(17,50,72); }

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

border-color css

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

 span { border-color: rgb(17,50,72); }

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