Html Css Color HEX #17415F Regal Blue

📋 copy color: '#17415F'

red 23 ◦ green 65 ◦ blue 95

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

Shades of Regal Blue #17415F

Tints of Regal Blue #17415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.91%

R = 12.57%
G = 35.52%
B = 51.91%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17415F (or 0x17415F) is known color: Regal Blue. HEX triplet: 17, 41 and 5F. RGB value is (23,65,95). Sum of RGB (Red+Green+Blue) = 23+65+95=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #17415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17415F is #E8BEA0. Grayscale: #373737. Windows color (decimal): -15253153 or 6242583. OLE color: 6242583.

HSL color Cylindrical-coordinate representation of color #17415F: hue angle of 205º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17415F is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 65 95 -
CMYK 0.76 0.32 0 0.63
HSL 205º 0.61% 0.23% -
HSV(B) 205º 0.76% 0.37% -
XYZ 4.31 4.79 11.52 -
YUV 55.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 23 65 95 0.76 0.32 0 0.63 205 0.61 0.23
Hex 17 41 5F 4C 20 0 3F CD 3D 17
Octal 27 101 137 114 40 0 77 315 75 27
Binary 10111 1000001 1011111 1001100 100000 0 111111 11001101 111101 10111

Color Harmonies of #17415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17415F

Black with #17415F

Text Example


Text Example

White with #17415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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