Html Css Color HEX #11355A Regal Blue

📋 copy color: '#11355A'

red 17 ◦ green 53 ◦ blue 90

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

Shades of Regal Blue #11355A

Tints of Regal Blue #11355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 10.63%
G = 33.13%
B = 56.25%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11355A (or 0x11355A) is known color: Regal Blue. HEX triplet: 11, 35 and 5A. RGB value is (17,53,90). Sum of RGB (Red+Green+Blue) = 17+53+90=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #11355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11355A is #EECAA5. Grayscale: #2E2E2E. Windows color (decimal): -15649446 or 5911825. OLE color: 5911825.

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

Color convert

RGB 17 53 90 -
CMYK 0.81 0.41 0 0.65
HSL 210.41º 0.68% 0.21% -
HSV(B) 210.41º 0.81% 0.35% -
XYZ 3.35 3.4 10.15 -
YUV 46.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 17 53 90 0.81 0.41 0 0.65 210.41 0.68 0.21
Hex 11 35 5A 51 29 0 41 D2 44 15
Octal 21 65 132 121 51 0 101 322 104 25
Binary 10001 110101 1011010 1010001 101001 0 1000001 11010010 1000100 10101

Color Harmonies of #11355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11355A

Black with #11355A

Text Example


Text Example

White with #11355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11355A; }

 p { color: rgb(17,53,90); }

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

background-color css

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

 a { background-color: rgb(17,53,90); }

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

border-color css

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

 span { border-color: rgb(17,53,90); }

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