Html Css Color HEX #113683 Dark Cerulean

📋 copy color: '#113683'

red 17 ◦ green 54 ◦ blue 131

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

Shades of Dark Cerulean #113683

Tints of Dark Cerulean #113683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.73%

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

R = 8.42%
G = 26.73%
B = 64.85%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113683 (or 0x113683) is known color: Dark Cerulean. HEX triplet: 11, 36 and 83. RGB value is (17,54,131). Sum of RGB (Red+Green+Blue) = 17+54+131=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #113683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113683 is #EEC97C. Grayscale: #333333. Windows color (decimal): -15649149 or 8599057. OLE color: 8599057.

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

Color convert

RGB 17 54 131 -
CMYK 0.87 0.59 0 0.49
HSL 220.53º 0.77% 0.29% -
HSV(B) 220.53º 0.87% 0.51% -
XYZ 5.65 4.4 22.02 -
YUV 51.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 17 54 131 0.87 0.59 0 0.49 220.53 0.77 0.29
Hex 11 36 83 57 3B 0 31 DD 4D 1D
Octal 21 66 203 127 73 0 61 335 115 35
Binary 10001 110110 10000011 1010111 111011 0 110001 11011101 1001101 11101

Color Harmonies of #113683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113683

Black with #113683

Text Example


Text Example

White with #113683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113683; }

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

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

background-color css

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

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

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

border-color css

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

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

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