Html Css Color HEX #113258 Regal Blue

📋 copy color: '#113258'

red 17 ◦ green 50 ◦ blue 88

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

Shades of Regal Blue #113258

Tints of Regal Blue #113258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 10.97%
G = 32.26%
B = 56.77%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113258 (or 0x113258) is known color: Regal Blue. HEX triplet: 11, 32 and 58. RGB value is (17,50,88). Sum of RGB (Red+Green+Blue) = 17+50+88=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #113258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113258 is #EECDA7. Grayscale: #2C2C2C. Windows color (decimal): -15650216 or 5779985. OLE color: 5779985.

HSL color Cylindrical-coordinate representation of color #113258: hue angle of 212.11º 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 #113258 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 50 88 -
CMYK 0.81 0.43 0 0.65
HSL 212.11º 0.68% 0.21% -
HSV(B) 212.11º 0.81% 0.35% -
XYZ 3.13 3.1 9.67 -
YUV 44.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 17 50 88 0.81 0.43 0 0.65 212.11 0.68 0.21
Hex 11 32 58 51 2B 0 41 D4 44 15
Octal 21 62 130 121 53 0 101 324 104 25
Binary 10001 110010 1011000 1010001 101011 0 1000001 11010100 1000100 10101

Color Harmonies of #113258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113258

Black with #113258

Text Example


Text Example

White with #113258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113258; }

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

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

background-color css

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

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

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

border-color css

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

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

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