Html Css Color HEX #113B7D Dark Cerulean

📋 copy color: '#113B7D'

red 17 ◦ green 59 ◦ blue 125

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

Shades of Dark Cerulean #113B7D

Tints of Dark Cerulean #113B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

 BLUE value IS 125 (49.22% from 255) = 62.19%

R = 8.46%
G = 29.35%
B = 62.19%

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

#113B7D (or 0x113B7D) is known color: Dark Cerulean. HEX triplet: 11, 3B and 7D. RGB value is (17,59,125). Sum of RGB (Red+Green+Blue) = 17+59+125=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #113B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B7D is #EEC482. Grayscale: #353535. Windows color (decimal): -15647875 or 8207121. OLE color: 8207121.

HSL color Cylindrical-coordinate representation of color #113B7D: hue angle of 216.67º 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 #113B7D is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 59 125 -
CMYK 0.86 0.53 0 0.51
HSL 216.67º 0.76% 0.28% -
HSV(B) 216.67º 0.86% 0.49% -
XYZ 5.5 4.73 20.02 -
YUV 53.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 17 59 125 0.86 0.53 0 0.51 216.67 0.76 0.28
Hex 11 3B 7D 56 35 0 33 D9 4C 1C
Octal 21 73 175 126 65 0 63 331 114 34
Binary 10001 111011 1111101 1010110 110101 0 110011 11011001 1001100 11100

Color Harmonies of #113B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B7D

Black with #113B7D

Text Example


Text Example

White with #113B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,59,125); }

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

background-color css

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

 a { background-color: rgb(17,59,125); }

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

border-color css

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

 span { border-color: rgb(17,59,125); }

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