Html Css Color HEX #113458 Regal Blue

📋 copy color: '#113458'

red 17 ◦ green 52 ◦ blue 88

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

Shades of Regal Blue #113458

Tints of Regal Blue #113458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 88 (34.77% from 255) = 56.05%

R = 10.83%
G = 33.12%
B = 56.05%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113458 (or 0x113458) is known color: Regal Blue. HEX triplet: 11, 34 and 58. RGB value is (17,52,88). Sum of RGB (Red+Green+Blue) = 17+52+88=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #113458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113458 is #EECBA7. Grayscale: #2D2D2D. Windows color (decimal): -15649704 or 5780497. OLE color: 5780497.

HSL color Cylindrical-coordinate representation of color #113458: hue angle of 210.42º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113458 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 52 88 -
CMYK 0.81 0.41 0 0.65
HSL 210.42º 0.68% 0.21% -
HSV(B) 210.42º 0.81% 0.35% -
XYZ 3.22 3.28 9.7 -
YUV 45.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 17 52 88 0.81 0.41 0 0.65 210.42 0.68 0.21
Hex 11 34 58 51 29 0 41 D2 44 15
Octal 21 64 130 121 51 0 101 322 104 25
Binary 10001 110100 1011000 1010001 101001 0 1000001 11010010 1000100 10101

Color Harmonies of #113458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113458

Black with #113458

Text Example


Text Example

White with #113458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113458; }

 p { color: rgb(17,52,88); }

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

background-color css

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

 a { background-color: rgb(17,52,88); }

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

border-color css

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

 span { border-color: rgb(17,52,88); }

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