Html Css Color HEX #113181 Dark Cerulean

📋 copy color: '#113181'

red 17 ◦ green 49 ◦ blue 129

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

Shades of Dark Cerulean #113181

Tints of Dark Cerulean #113181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 66.15%

R = 8.72%
G = 25.13%
B = 66.15%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#113181 (or 0x113181) is known color: Dark Cerulean. HEX triplet: 11, 31 and 81. RGB value is (17,49,129). Sum of RGB (Red+Green+Blue) = 17+49+129=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #113181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113181 is #EECE7E. Grayscale: #303030. Windows color (decimal): -15650431 or 8466705. OLE color: 8466705.

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

Color convert

RGB 17 49 129 -
CMYK 0.87 0.62 0 0.49
HSL 222.86º 0.77% 0.29% -
HSV(B) 222.86º 0.87% 0.51% -
XYZ 5.29 3.9 21.24 -
YUV 48.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 17 49 129 0.87 0.62 0 0.49 222.86 0.77 0.29
Hex 11 31 81 57 3E 0 31 DF 4D 1D
Octal 21 61 201 127 76 0 61 337 115 35
Binary 10001 110001 10000001 1010111 111110 0 110001 11011111 1001101 11101

Color Harmonies of #113181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113181

Black with #113181

Text Example


Text Example

White with #113181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113181; }

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

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

background-color css

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

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

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

border-color css

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

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

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