Html Css Color HEX #113A7C Dark Cerulean

📋 copy color: '#113A7C'

red 17 ◦ green 58 ◦ blue 124

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

Shades of Dark Cerulean #113A7C

Tints of Dark Cerulean #113A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62.31%

R = 8.54%
G = 29.15%
B = 62.31%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#113A7C (or 0x113A7C) is known color: Dark Cerulean. HEX triplet: 11, 3A and 7C. RGB value is (17,58,124). Sum of RGB (Red+Green+Blue) = 17+58+124=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #113A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A7C is #EEC583. Grayscale: #343434. Windows color (decimal): -15648132 or 8141329. OLE color: 8141329.

HSL color Cylindrical-coordinate representation of color #113A7C: hue angle of 217.01º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113A7C is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 58 124 -
CMYK 0.86 0.53 0 0.51
HSL 217.01º 0.76% 0.28% -
HSV(B) 217.01º 0.86% 0.49% -
XYZ 5.38 4.6 19.67 -
YUV 53.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 17 58 124 0.86 0.53 0 0.51 217.01 0.76 0.28
Hex 11 3A 7C 56 35 0 33 D9 4C 1C
Octal 21 72 174 126 65 0 63 331 114 34
Binary 10001 111010 1111100 1010110 110101 0 110011 11011001 1001100 11100

Color Harmonies of #113A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A7C

Black with #113A7C

Text Example


Text Example

White with #113A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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