Html Css Color HEX #11365B Regal Blue

📋 copy color: '#11365B'

red 17 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #11365B

Tints of Regal Blue #11365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 56.17%

R = 10.49%
G = 33.33%
B = 56.17%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11365B (or 0x11365B) is known color: Regal Blue. HEX triplet: 11, 36 and 5B. RGB value is (17,54,91). Sum of RGB (Red+Green+Blue) = 17+54+91=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #11365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11365B is #EEC9A4. Grayscale: #2E2E2E. Windows color (decimal): -15649189 or 5977617. OLE color: 5977617.

HSL color Cylindrical-coordinate representation of color #11365B: hue angle of 210º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11365B is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 54 91 -
CMYK 0.81 0.41 0 0.64
HSL 210º 0.69% 0.21% -
HSV(B) 210º 0.81% 0.36% -
XYZ 3.44 3.51 10.39 -
YUV 47.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 17 54 91 0.81 0.41 0 0.64 210 0.69 0.21
Hex 11 36 5B 51 29 0 40 D2 45 15
Octal 21 66 133 121 51 0 100 322 105 25
Binary 10001 110110 1011011 1010001 101001 0 1000000 11010010 1000101 10101

Color Harmonies of #11365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11365B

Black with #11365B

Text Example


Text Example

White with #11365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11365B; }

 p { color: rgb(17,54,91); }

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

background-color css

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

 a { background-color: rgb(17,54,91); }

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

border-color css

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

 span { border-color: rgb(17,54,91); }

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