Html Css Color HEX #113A81 Dark Cerulean

📋 copy color: '#113A81'

red 17 ◦ green 58 ◦ blue 129

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

Shades of Dark Cerulean #113A81

Tints of Dark Cerulean #113A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

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

R = 8.33%
G = 28.43%
B = 63.24%

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

#113A81 (or 0x113A81) is known color: Dark Cerulean. HEX triplet: 11, 3A and 81. RGB value is (17,58,129). Sum of RGB (Red+Green+Blue) = 17+58+129=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #113A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A81 is #EEC57E. Grayscale: #353535. Windows color (decimal): -15648127 or 8469009. OLE color: 8469009.

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

Color convert

RGB 17 58 129 -
CMYK 0.87 0.55 0 0.49
HSL 218.04º 0.77% 0.29% -
HSV(B) 218.04º 0.87% 0.51% -
XYZ 5.71 4.73 21.38 -
YUV 53.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 17 58 129 0.87 0.55 0 0.49 218.04 0.77 0.29
Hex 11 3A 81 57 37 0 31 DA 4D 1D
Octal 21 72 201 127 67 0 61 332 115 35
Binary 10001 111010 10000001 1010111 110111 0 110001 11011010 1001101 11101

Color Harmonies of #113A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A81

Black with #113A81

Text Example


Text Example

White with #113A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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