Html Css Color HEX #11375A Regal Blue

📋 copy color: '#11375A'

red 17 ◦ green 55 ◦ blue 90

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

Shades of Regal Blue #11375A

Tints of Regal Blue #11375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.95%

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

R = 10.49%
G = 33.95%
B = 55.56%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#11375A (or 0x11375A) is known color: Regal Blue. HEX triplet: 11, 37 and 5A. RGB value is (17,55,90). Sum of RGB (Red+Green+Blue) = 17+55+90=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #11375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11375A is #EEC8A5. Grayscale: #2F2F2F. Windows color (decimal): -15648934 or 5912337. OLE color: 5912337.

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

Color convert

RGB 17 55 90 -
CMYK 0.81 0.39 0 0.65
HSL 208.77º 0.68% 0.21% -
HSV(B) 208.77º 0.81% 0.35% -
XYZ 3.44 3.59 10.18 -
YUV 47.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 17 55 90 0.81 0.39 0 0.65 208.77 0.68 0.21
Hex 11 37 5A 51 27 0 41 D1 44 15
Octal 21 67 132 121 47 0 101 321 104 25
Binary 10001 110111 1011010 1010001 100111 0 1000001 11010001 1000100 10101

Color Harmonies of #11375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11375A

Black with #11375A

Text Example


Text Example

White with #11375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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