Html Css Color HEX #17375D Regal Blue

📋 copy color: '#17375D'

red 23 ◦ green 55 ◦ blue 93

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

Shades of Regal Blue #17375D

Tints of Regal Blue #17375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

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

R = 13.45%
G = 32.16%
B = 54.39%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17375D (or 0x17375D) is known color: Regal Blue. HEX triplet: 17, 37 and 5D. RGB value is (23,55,93). Sum of RGB (Red+Green+Blue) = 23+55+93=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #17375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17375D is #E8C8A2. Grayscale: #313131. Windows color (decimal): -15255715 or 6108951. OLE color: 6108951.

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

Color convert

RGB 23 55 93 -
CMYK 0.75 0.41 0 0.64
HSL 212.57º 0.6% 0.23% -
HSV(B) 212.57º 0.75% 0.36% -
XYZ 3.7 3.7 10.88 -
YUV 49.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 23 55 93 0.75 0.41 0 0.64 212.57 0.6 0.23
Hex 17 37 5D 4B 29 0 40 D5 3C 17
Octal 27 67 135 113 51 0 100 325 74 27
Binary 10111 110111 1011101 1001011 101001 0 1000000 11010101 111100 10111

Color Harmonies of #17375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17375D

Black with #17375D

Text Example


Text Example

White with #17375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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