Html Css Color HEX #17415C Regal Blue

📋 copy color: '#17415C'

red 23 ◦ green 65 ◦ blue 92

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

Shades of Regal Blue #17415C

Tints of Regal Blue #17415C

RGB

 RED value IS 23 (9.38% from 255) = 12.78%

 GREEN value IS 65 (25.78% from 255) = 36.11%

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

R = 12.78%
G = 36.11%
B = 51.11%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17415C (or 0x17415C) is known color: Regal Blue. HEX triplet: 17, 41 and 5C. RGB value is (23,65,92). Sum of RGB (Red+Green+Blue) = 23+65+92=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #17415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17415C is #E8BEA3. Grayscale: #373737. Windows color (decimal): -15253156 or 6045975. OLE color: 6045975.

HSL color Cylindrical-coordinate representation of color #17415C: hue angle of 203.48º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17415C is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 65 92 -
CMYK 0.75 0.29 0 0.64
HSL 203.48º 0.6% 0.23% -
HSV(B) 203.48º 0.75% 0.36% -
XYZ 4.18 4.74 10.82 -
YUV 55.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 23 65 92 0.75 0.29 0 0.64 203.48 0.6 0.23
Hex 17 41 5C 4B 1D 0 40 CB 3C 17
Octal 27 101 134 113 35 0 100 313 74 27
Binary 10111 1000001 1011100 1001011 11101 0 1000000 11001011 111100 10111

Color Harmonies of #17415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17415C

Black with #17415C

Text Example


Text Example

White with #17415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,65,92); }

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

background-color css

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

 a { background-color: rgb(23,65,92); }

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

border-color css

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

 span { border-color: rgb(23,65,92); }

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