Html Css Color HEX #113C62 Regal Blue

📋 copy color: '#113C62'

red 17 ◦ green 60 ◦ blue 98

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

Shades of Regal Blue #113C62

Tints of Regal Blue #113C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

 BLUE value IS 98 (38.67% from 255) = 56%

R = 9.71%
G = 34.29%
B = 56%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113C62 (or 0x113C62) is known color: Regal Blue. HEX triplet: 11, 3C and 62. RGB value is (17,60,98). Sum of RGB (Red+Green+Blue) = 17+60+98=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #113C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C62 is #EEC39D. Grayscale: #333333. Windows color (decimal): -15647646 or 6437905. OLE color: 6437905.

HSL color Cylindrical-coordinate representation of color #113C62: hue angle of 208.15º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113C62 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 60 98 -
CMYK 0.83 0.39 0 0.62
HSL 208.15º 0.7% 0.23% -
HSV(B) 208.15º 0.83% 0.38% -
XYZ 4.05 4.23 12.16 -
YUV 51.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 17 60 98 0.83 0.39 0 0.62 208.15 0.7 0.23
Hex 11 3C 62 53 27 0 3E D0 46 17
Octal 21 74 142 123 47 0 76 320 106 27
Binary 10001 111100 1100010 1010011 100111 0 111110 11010000 1000110 10111

Color Harmonies of #113C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C62

Black with #113C62

Text Example


Text Example

White with #113C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,98); }

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

background-color css

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

 a { background-color: rgb(17,60,98); }

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

border-color css

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

 span { border-color: rgb(17,60,98); }

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