Html Css Color HEX #17365D Regal Blue

📋 copy color: '#17365D'

red 23 ◦ green 54 ◦ blue 93

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

Shades of Regal Blue #17365D

Tints of Regal Blue #17365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

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

R = 13.53%
G = 31.76%
B = 54.71%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17365D (or 0x17365D) is known color: Regal Blue. HEX triplet: 17, 36 and 5D. RGB value is (23,54,93). Sum of RGB (Red+Green+Blue) = 23+54+93=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #17365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17365D is #E8C9A2. Grayscale: #303030. Windows color (decimal): -15255971 or 6108695. OLE color: 6108695.

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

Color convert

RGB 23 54 93 -
CMYK 0.75 0.42 0 0.64
HSL 213.43º 0.6% 0.23% -
HSV(B) 213.43º 0.75% 0.36% -
XYZ 3.65 3.61 10.86 -
YUV 49.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 23 54 93 0.75 0.42 0 0.64 213.43 0.6 0.23
Hex 17 36 5D 4B 2A 0 40 D5 3C 17
Octal 27 66 135 113 52 0 100 325 74 27
Binary 10111 110110 1011101 1001011 101010 0 1000000 11010101 111100 10111

Color Harmonies of #17365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17365D

Black with #17365D

Text Example


Text Example

White with #17365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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