Html Css Color HEX #17395D Regal Blue

📋 copy color: '#17395D'

red 23 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #17395D

Tints of Regal Blue #17395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 13.29%
G = 32.95%
B = 53.76%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17395D (or 0x17395D) is known color: Regal Blue. HEX triplet: 17, 39 and 5D. RGB value is (23,57,93). Sum of RGB (Red+Green+Blue) = 23+57+93=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #17395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17395D is #E8C6A2. Grayscale: #323232. Windows color (decimal): -15255203 or 6109463. OLE color: 6109463.

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

Color convert

RGB 23 57 93 -
CMYK 0.75 0.39 0 0.64
HSL 210.86º 0.6% 0.23% -
HSV(B) 210.86º 0.75% 0.36% -
XYZ 3.79 3.9 10.91 -
YUV 50.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 23 57 93 0.75 0.39 0 0.64 210.86 0.6 0.23
Hex 17 39 5D 4B 27 0 40 D3 3C 17
Octal 27 71 135 113 47 0 100 323 74 27
Binary 10111 111001 1011101 1001011 100111 0 1000000 11010011 111100 10111

Color Harmonies of #17395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17395D

Black with #17395D

Text Example


Text Example

White with #17395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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