Html Css Color HEX #113F8E Dark Cerulean

📋 copy color: '#113F8E'

red 17 ◦ green 63 ◦ blue 142

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

Shades of Dark Cerulean #113F8E

Tints of Dark Cerulean #113F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 63.96%

R = 7.66%
G = 28.38%
B = 63.96%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#113F8E (or 0x113F8E) is known color: Dark Cerulean. HEX triplet: 11, 3F and 8E. RGB value is (17,63,142). Sum of RGB (Red+Green+Blue) = 17+63+142=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #113F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F8E is #EEC071. Grayscale: #393939. Windows color (decimal): -15646834 or 9322257. OLE color: 9322257.

HSL color Cylindrical-coordinate representation of color #113F8E: hue angle of 217.92º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113F8E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 63 142 -
CMYK 0.88 0.56 0 0.44
HSL 217.92º 0.79% 0.31% -
HSV(B) 217.92º 0.88% 0.56% -
XYZ 6.89 5.63 26.31 -
YUV 58.25 175.26 98.58 -
System Red Green Blue C M Y K H S L
Decimal 17 63 142 0.88 0.56 0 0.44 217.92 0.79 0.31
Hex 11 3F 8E 58 38 0 2C DA 4F 1F
Octal 21 77 216 130 70 0 54 332 117 37
Binary 10001 111111 10001110 1011000 111000 0 101100 11011010 1001111 11111

Color Harmonies of #113F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F8E

Black with #113F8E

Text Example


Text Example

White with #113F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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