Html Css Color HEX #17395B Regal Blue

📋 copy color: '#17395B'

red 23 ◦ green 57 ◦ blue 91

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

Shades of Regal Blue #17395B

Tints of Regal Blue #17395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 13.45%
G = 33.33%
B = 53.22%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17395B (or 0x17395B) is known color: Regal Blue. HEX triplet: 17, 39 and 5B. RGB value is (23,57,91). Sum of RGB (Red+Green+Blue) = 23+57+91=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #17395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17395B is #E8C6A4. Grayscale: #323232. Windows color (decimal): -15255205 or 5978391. OLE color: 5978391.

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

Color convert

RGB 23 57 91 -
CMYK 0.75 0.37 0 0.64
HSL 210º 0.6% 0.22% -
HSV(B) 210º 0.75% 0.36% -
XYZ 3.7 3.86 10.45 -
YUV 50.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 23 57 91 0.75 0.37 0 0.64 210 0.6 0.22
Hex 17 39 5B 4B 25 0 40 D2 3C 16
Octal 27 71 133 113 45 0 100 322 74 26
Binary 10111 111001 1011011 1001011 100101 0 1000000 11010010 111100 10110

Color Harmonies of #17395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17395B

Black with #17395B

Text Example


Text Example

White with #17395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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