Html Css Color HEX #11355C Regal Blue

📋 copy color: '#11355C'

red 17 ◦ green 53 ◦ blue 92

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

Shades of Regal Blue #11355C

Tints of Regal Blue #11355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 10.49%
G = 32.72%
B = 56.79%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11355C (or 0x11355C) is known color: Regal Blue. HEX triplet: 11, 35 and 5C. RGB value is (17,53,92). Sum of RGB (Red+Green+Blue) = 17+53+92=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #11355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11355C is #EECAA3. Grayscale: #2E2E2E. Windows color (decimal): -15649444 or 6042897. OLE color: 6042897.

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

Color convert

RGB 17 53 92 -
CMYK 0.82 0.42 0 0.64
HSL 211.2º 0.69% 0.21% -
HSV(B) 211.2º 0.82% 0.36% -
XYZ 3.44 3.44 10.61 -
YUV 46.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 17 53 92 0.82 0.42 0 0.64 211.2 0.69 0.21
Hex 11 35 5C 52 2A 0 40 D3 45 15
Octal 21 65 134 122 52 0 100 323 105 25
Binary 10001 110101 1011100 1010010 101010 0 1000000 11010011 1000101 10101

Color Harmonies of #11355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11355C

Black with #11355C

Text Example


Text Example

White with #11355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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