Html Css Color HEX #113F7A Dark Cerulean

📋 copy color: '#113F7A'

red 17 ◦ green 63 ◦ blue 122

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

Shades of Dark Cerulean #113F7A

Tints of Dark Cerulean #113F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 60.4%

R = 8.42%
G = 31.19%
B = 60.4%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#113F7A (or 0x113F7A) is known color: Dark Cerulean. HEX triplet: 11, 3F and 7A. RGB value is (17,63,122). Sum of RGB (Red+Green+Blue) = 17+63+122=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #113F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F7A is #EEC085. Grayscale: #373737. Windows color (decimal): -15646854 or 8011537. OLE color: 8011537.

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

Color convert

RGB 17 63 122 -
CMYK 0.86 0.48 0 0.52
HSL 213.71º 0.76% 0.27% -
HSV(B) 213.71º 0.86% 0.48% -
XYZ 5.52 5.08 19.1 -
YUV 55.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 17 63 122 0.86 0.48 0 0.52 213.71 0.76 0.27
Hex 11 3F 7A 56 30 0 34 D6 4C 1B
Octal 21 77 172 126 60 0 64 326 114 33
Binary 10001 111111 1111010 1010110 110000 0 110100 11010110 1001100 11011

Color Harmonies of #113F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F7A

Black with #113F7A

Text Example


Text Example

White with #113F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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