Html Css Color HEX #113583 Dark Cerulean

📋 copy color: '#113583'

red 17 ◦ green 53 ◦ blue 131

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

Shades of Dark Cerulean #113583

Tints of Dark Cerulean #113583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 131 (51.56% from 255) = 65.17%

R = 8.46%
G = 26.37%
B = 65.17%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113583 (or 0x113583) is known color: Dark Cerulean. HEX triplet: 11, 35 and 83. RGB value is (17,53,131). Sum of RGB (Red+Green+Blue) = 17+53+131=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #113583 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113583 is #EECA7C. Grayscale: #323232. Windows color (decimal): -15649405 or 8598801. OLE color: 8598801.

HSL color Cylindrical-coordinate representation of color #113583: hue angle of 221.05º 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 #113583 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 53 131 -
CMYK 0.87 0.60 0 0.49
HSL 221.05º 0.77% 0.29% -
HSV(B) 221.05º 0.87% 0.51% -
XYZ 5.6 4.3 22.01 -
YUV 51.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 17 53 131 0.87 0.60 0 0.49 221.05 0.77 0.29
Hex 11 35 83 57 3C 0 31 DD 4D 1D
Octal 21 65 203 127 74 0 61 335 115 35
Binary 10001 110101 10000011 1010111 111100 0 110001 11011101 1001101 11101

Color Harmonies of #113583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113583

Black with #113583

Text Example


Text Example

White with #113583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113583; }

 p { color: rgb(17,53,131); }

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

background-color css

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

 a { background-color: rgb(17,53,131); }

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

border-color css

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

 span { border-color: rgb(17,53,131); }

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