Html Css Color HEX #113F75 Dark Cerulean

📋 copy color: '#113F75'

red 17 ◦ green 63 ◦ blue 117

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

Shades of Dark Cerulean #113F75

Tints of Dark Cerulean #113F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 8.63%
G = 31.98%
B = 59.39%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113F75 (or 0x113F75) is known color: Dark Cerulean. HEX triplet: 11, 3F and 75. RGB value is (17,63,117). Sum of RGB (Red+Green+Blue) = 17+63+117=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #113F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F75 is #EEC08A. Grayscale: #373737. Windows color (decimal): -15646859 or 7683857. OLE color: 7683857.

HSL color Cylindrical-coordinate representation of color #113F75: hue angle of 212.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113F75 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 63 117 -
CMYK 0.85 0.46 0 0.54
HSL 212.4º 0.75% 0.26% -
HSV(B) 212.4º 0.85% 0.46% -
XYZ 5.22 4.96 17.51 -
YUV 55.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 17 63 117 0.85 0.46 0 0.54 212.4 0.75 0.26
Hex 11 3F 75 55 2E 0 36 D4 4B 1A
Octal 21 77 165 125 56 0 66 324 113 32
Binary 10001 111111 1110101 1010101 101110 0 110110 11010100 1001011 11010

Color Harmonies of #113F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F75

Black with #113F75

Text Example


Text Example

White with #113F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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