Html Css Color HEX #113F6D Dark Cerulean

📋 copy color: '#113F6D'

red 17 ◦ green 63 ◦ blue 109

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

Shades of Dark Cerulean #113F6D

Tints of Dark Cerulean #113F6D

RGB

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

 GREEN value IS 63 (25% from 255) = 33.33%

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 8.99%
G = 33.33%
B = 57.67%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#113F6D (or 0x113F6D) is known color: Dark Cerulean. HEX triplet: 11, 3F and 6D. RGB value is (17,63,109). Sum of RGB (Red+Green+Blue) = 17+63+109=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #113F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F6D is #EEC092. Grayscale: #363636. Windows color (decimal): -15646867 or 7159569. OLE color: 7159569.

HSL color Cylindrical-coordinate representation of color #113F6D: hue angle of 210º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113F6D is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 63 109 -
CMYK 0.84 0.42 0 0.57
HSL 210º 0.73% 0.25% -
HSV(B) 210º 0.84% 0.43% -
XYZ 4.77 4.78 15.14 -
YUV 54.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 17 63 109 0.84 0.42 0 0.57 210 0.73 0.25
Hex 11 3F 6D 54 2A 0 39 D2 49 19
Octal 21 77 155 124 52 0 71 322 111 31
Binary 10001 111111 1101101 1010100 101010 0 111001 11010010 1001001 11001

Color Harmonies of #113F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F6D

Black with #113F6D

Text Example


Text Example

White with #113F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,63,109); }

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

background-color css

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

 a { background-color: rgb(17,63,109); }

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

border-color css

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

 span { border-color: rgb(17,63,109); }

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