Html Css Color HEX #11385D Regal Blue

📋 copy color: '#11385D'

red 17 ◦ green 56 ◦ blue 93

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

Shades of Regal Blue #11385D

Tints of Regal Blue #11385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

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

R = 10.24%
G = 33.73%
B = 56.02%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11385D (or 0x11385D) is known color: Regal Blue. HEX triplet: 11, 38 and 5D. RGB value is (17,56,93). Sum of RGB (Red+Green+Blue) = 17+56+93=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #11385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11385D is #EEC7A2. Grayscale: #303030. Windows color (decimal): -15648675 or 6109201. OLE color: 6109201.

HSL color Cylindrical-coordinate representation of color #11385D: hue angle of 209.21º 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 #11385D is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 56 93 -
CMYK 0.82 0.40 0 0.64
HSL 209.21º 0.69% 0.22% -
HSV(B) 209.21º 0.82% 0.36% -
XYZ 3.62 3.74 10.89 -
YUV 48.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 17 56 93 0.82 0.40 0 0.64 209.21 0.69 0.22
Hex 11 38 5D 52 28 0 40 D1 45 16
Octal 21 70 135 122 50 0 100 321 105 26
Binary 10001 111000 1011101 1010010 101000 0 1000000 11010001 1000101 10110

Color Harmonies of #11385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11385D

Black with #11385D

Text Example


Text Example

White with #11385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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