Html Css Color HEX #113D70 Dark Cerulean

📋 copy color: '#113D70'

red 17 ◦ green 61 ◦ blue 112

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

Shades of Dark Cerulean #113D70

Tints of Dark Cerulean #113D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.11%

 BLUE value IS 112 (44.14% from 255) = 58.95%

R = 8.95%
G = 32.11%
B = 58.95%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#113D70 (or 0x113D70) is known color: Dark Cerulean. HEX triplet: 11, 3D and 70. RGB value is (17,61,112). Sum of RGB (Red+Green+Blue) = 17+61+112=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #113D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D70 is #EEC28F. Grayscale: #353535. Windows color (decimal): -15647376 or 7355665. OLE color: 7355665.

HSL color Cylindrical-coordinate representation of color #113D70: hue angle of 212.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113D70 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 61 112 -
CMYK 0.85 0.46 0 0.56
HSL 212.21º 0.74% 0.25% -
HSV(B) 212.21º 0.85% 0.44% -
XYZ 4.82 4.63 15.97 -
YUV 53.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 17 61 112 0.85 0.46 0 0.56 212.21 0.74 0.25
Hex 11 3D 70 55 2E 0 38 D4 4A 19
Octal 21 75 160 125 56 0 70 324 112 31
Binary 10001 111101 1110000 1010101 101110 0 111000 11010100 1001010 11001

Color Harmonies of #113D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D70

Black with #113D70

Text Example


Text Example

White with #113D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,112); }

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

background-color css

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

 a { background-color: rgb(17,61,112); }

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

border-color css

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

 span { border-color: rgb(17,61,112); }

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