Html Css Color HEX #113259 Regal Blue

📋 copy color: '#113259'

red 17 ◦ green 50 ◦ blue 89

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

Shades of Regal Blue #113259

Tints of Regal Blue #113259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 10.9%
G = 32.05%
B = 57.05%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113259 (or 0x113259) is known color: Regal Blue. HEX triplet: 11, 32 and 59. RGB value is (17,50,89). Sum of RGB (Red+Green+Blue) = 17+50+89=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #113259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113259 is #EECDA6. Grayscale: #2C2C2C. Windows color (decimal): -15650215 or 5845521. OLE color: 5845521.

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

Color convert

RGB 17 50 89 -
CMYK 0.81 0.44 0 0.65
HSL 212.5º 0.68% 0.21% -
HSV(B) 212.5º 0.81% 0.35% -
XYZ 3.17 3.12 9.89 -
YUV 44.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 17 50 89 0.81 0.44 0 0.65 212.5 0.68 0.21
Hex 11 32 59 51 2C 0 41 D4 44 15
Octal 21 62 131 121 54 0 101 324 104 25
Binary 10001 110010 1011001 1010001 101100 0 1000001 11010100 1000100 10101

Color Harmonies of #113259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113259

Black with #113259

Text Example


Text Example

White with #113259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113259; }

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

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

background-color css

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

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

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

border-color css

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

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

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