Html Css Color HEX #113C75 Dark Cerulean

📋 copy color: '#113C75'

red 17 ◦ green 60 ◦ blue 117

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

Shades of Dark Cerulean #113C75

Tints of Dark Cerulean #113C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.93%

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

R = 8.76%
G = 30.93%
B = 60.31%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113C75 (or 0x113C75) is known color: Dark Cerulean. HEX triplet: 11, 3C and 75. RGB value is (17,60,117). Sum of RGB (Red+Green+Blue) = 17+60+117=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 117 (46.09% from 255 or 60.31% from 194); Max value from RGB is 117 - color contains mainly: blue. Hex color #113C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C75 is #EEC38A. Grayscale: #353535. Windows color (decimal): -15647627 or 7683089. OLE color: 7683089.

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

Color convert

RGB 17 60 117 -
CMYK 0.85 0.49 0 0.54
HSL 214.2º 0.75% 0.26% -
HSV(B) 214.2º 0.85% 0.46% -
XYZ 5.06 4.64 17.46 -
YUV 53.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 17 60 117 0.85 0.49 0 0.54 214.2 0.75 0.26
Hex 11 3C 75 55 31 0 36 D6 4B 1A
Octal 21 74 165 125 61 0 66 326 113 32
Binary 10001 111100 1110101 1010101 110001 0 110110 11010110 1001011 11010

Color Harmonies of #113C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C75

Black with #113C75

Text Example


Text Example

White with #113C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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