Html Css Color HEX #113B82 Dark Cerulean

📋 copy color: '#113B82'

red 17 ◦ green 59 ◦ blue 130

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

Shades of Dark Cerulean #113B82

Tints of Dark Cerulean #113B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.64%

 BLUE value IS 130 (51.17% from 255) = 63.11%

R = 8.25%
G = 28.64%
B = 63.11%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113B82 (or 0x113B82) is known color: Dark Cerulean. HEX triplet: 11, 3B and 82. RGB value is (17,59,130). Sum of RGB (Red+Green+Blue) = 17+59+130=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #113B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B82 is #EEC47D. Grayscale: #363636. Windows color (decimal): -15647870 or 8534801. OLE color: 8534801.

HSL color Cylindrical-coordinate representation of color #113B82: hue angle of 217.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113B82 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 59 130 -
CMYK 0.87 0.55 0 0.49
HSL 217.7º 0.77% 0.29% -
HSV(B) 217.7º 0.87% 0.51% -
XYZ 5.82 4.86 21.75 -
YUV 54.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 17 59 130 0.87 0.55 0 0.49 217.7 0.77 0.29
Hex 11 3B 82 57 37 0 31 DA 4D 1D
Octal 21 73 202 127 67 0 61 332 115 35
Binary 10001 111011 10000010 1010111 110111 0 110001 11011010 1001101 11101

Color Harmonies of #113B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B82

Black with #113B82

Text Example


Text Example

White with #113B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113B82; }

 p { color: rgb(17,59,130); }

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

background-color css

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

 a { background-color: rgb(17,59,130); }

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

border-color css

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

 span { border-color: rgb(17,59,130); }

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