Html Css Color HEX #11395D Regal Blue

📋 copy color: '#11395D'

red 17 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #11395D

Tints of Regal Blue #11395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

 BLUE value IS 93 (36.72% from 255) = 55.69%

R = 10.18%
G = 34.13%
B = 55.69%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11395D (or 0x11395D) is known color: Regal Blue. HEX triplet: 11, 39 and 5D. RGB value is (17,57,93). Sum of RGB (Red+Green+Blue) = 17+57+93=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #11395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11395D is #EEC6A2. Grayscale: #303030. Windows color (decimal): -15648419 or 6109457. OLE color: 6109457.

HSL color Cylindrical-coordinate representation of color #11395D: hue angle of 208.42º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11395D is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 57 93 -
CMYK 0.82 0.39 0 0.64
HSL 208.42º 0.69% 0.22% -
HSV(B) 208.42º 0.82% 0.36% -
XYZ 3.67 3.84 10.9 -
YUV 49.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 17 57 93 0.82 0.39 0 0.64 208.42 0.69 0.22
Hex 11 39 5D 52 27 0 40 D0 45 16
Octal 21 71 135 122 47 0 100 320 105 26
Binary 10001 111001 1011101 1010010 100111 0 1000000 11010000 1000101 10110

Color Harmonies of #11395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11395D

Black with #11395D

Text Example


Text Example

White with #11395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11395D; }

 p { color: rgb(17,57,93); }

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

background-color css

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

 a { background-color: rgb(17,57,93); }

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

border-color css

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

 span { border-color: rgb(17,57,93); }

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