Html Css Color HEX #113B7C Dark Cerulean

📋 copy color: '#113B7C'

red 17 ◦ green 59 ◦ blue 124

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

Shades of Dark Cerulean #113B7C

Tints of Dark Cerulean #113B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 62%

R = 8.5%
G = 29.5%
B = 62%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#113B7C (or 0x113B7C) is known color: Dark Cerulean. HEX triplet: 11, 3B and 7C. RGB value is (17,59,124). Sum of RGB (Red+Green+Blue) = 17+59+124=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #113B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B7C is #EEC483. Grayscale: #353535. Windows color (decimal): -15647876 or 8141585. OLE color: 8141585.

HSL color Cylindrical-coordinate representation of color #113B7C: hue angle of 216.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113B7C is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 59 124 -
CMYK 0.86 0.52 0 0.51
HSL 216.45º 0.76% 0.28% -
HSV(B) 216.45º 0.86% 0.49% -
XYZ 5.43 4.7 19.69 -
YUV 53.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 17 59 124 0.86 0.52 0 0.51 216.45 0.76 0.28
Hex 11 3B 7C 56 34 0 33 D8 4C 1C
Octal 21 73 174 126 64 0 63 330 114 34
Binary 10001 111011 1111100 1010110 110100 0 110011 11011000 1001100 11100

Color Harmonies of #113B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B7C

Black with #113B7C

Text Example


Text Example

White with #113B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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