Html Css Color HEX #11365C Regal Blue

📋 copy color: '#11365C'

red 17 ◦ green 54 ◦ blue 92

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

Shades of Regal Blue #11365C

Tints of Regal Blue #11365C

RGB

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

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

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

R = 10.43%
G = 33.13%
B = 56.44%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11365C (or 0x11365C) is known color: Regal Blue. HEX triplet: 11, 36 and 5C. RGB value is (17,54,92). Sum of RGB (Red+Green+Blue) = 17+54+92=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #11365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11365C is #EEC9A3. Grayscale: #2F2F2F. Windows color (decimal): -15649188 or 6043153. OLE color: 6043153.

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

Color convert

RGB 17 54 92 -
CMYK 0.82 0.41 0 0.64
HSL 210.4º 0.69% 0.21% -
HSV(B) 210.4º 0.82% 0.36% -
XYZ 3.48 3.53 10.62 -
YUV 47.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 17 54 92 0.82 0.41 0 0.64 210.4 0.69 0.21
Hex 11 36 5C 52 29 0 40 D2 45 15
Octal 21 66 134 122 51 0 100 322 105 25
Binary 10001 110110 1011100 1010010 101001 0 1000000 11010010 1000101 10101

Color Harmonies of #11365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11365C

Black with #11365C

Text Example


Text Example

White with #11365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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