Html Css Color HEX #17415D Regal Blue

📋 copy color: '#17415D'

red 23 ◦ green 65 ◦ blue 93

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

Shades of Regal Blue #17415D

Tints of Regal Blue #17415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 12.71%
G = 35.91%
B = 51.38%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17415D (or 0x17415D) is known color: Regal Blue. HEX triplet: 17, 41 and 5D. RGB value is (23,65,93). Sum of RGB (Red+Green+Blue) = 23+65+93=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #17415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17415D is #E8BEA2. Grayscale: #373737. Windows color (decimal): -15253155 or 6111511. OLE color: 6111511.

HSL color Cylindrical-coordinate representation of color #17415D: hue angle of 204º 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 #17415D is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 65 93 -
CMYK 0.75 0.30 0 0.64
HSL 204º 0.6% 0.23% -
HSV(B) 204º 0.75% 0.36% -
XYZ 4.22 4.75 11.05 -
YUV 55.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 23 65 93 0.75 0.30 0 0.64 204 0.6 0.23
Hex 17 41 5D 4B 1E 0 40 CC 3C 17
Octal 27 101 135 113 36 0 100 314 74 27
Binary 10111 1000001 1011101 1001011 11110 0 1000000 11001100 111100 10111

Color Harmonies of #17415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17415D

Black with #17415D

Text Example


Text Example

White with #17415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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