Html Css Color HEX #113B75 Dark Cerulean

📋 copy color: '#113B75'

red 17 ◦ green 59 ◦ blue 117

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

Shades of Dark Cerulean #113B75

Tints of Dark Cerulean #113B75

RGB

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

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

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

R = 8.81%
G = 30.57%
B = 60.62%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113B75 (or 0x113B75) is known color: Dark Cerulean. HEX triplet: 11, 3B and 75. RGB value is (17,59,117). Sum of RGB (Red+Green+Blue) = 17+59+117=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #113B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B75 is #EEC48A. Grayscale: #343434. Windows color (decimal): -15647883 or 7682833. OLE color: 7682833.

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

Color convert

RGB 17 59 117 -
CMYK 0.85 0.50 0 0.54
HSL 214.8º 0.75% 0.26% -
HSV(B) 214.8º 0.85% 0.46% -
XYZ 5.01 4.53 17.44 -
YUV 53.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 17 59 117 0.85 0.50 0 0.54 214.8 0.75 0.26
Hex 11 3B 75 55 32 0 36 D7 4B 1A
Octal 21 73 165 125 62 0 66 327 113 32
Binary 10001 111011 1110101 1010101 110010 0 110110 11010111 1001011 11010

Color Harmonies of #113B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B75

Black with #113B75

Text Example


Text Example

White with #113B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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