Html Css Color HEX #17365C Regal Blue

📋 copy color: '#17365C'

red 23 ◦ green 54 ◦ blue 92

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

Shades of Regal Blue #17365C

Tints of Regal Blue #17365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.44%

R = 13.61%
G = 31.95%
B = 54.44%

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

#17365C (or 0x17365C) is known color: Regal Blue. HEX triplet: 17, 36 and 5C. RGB value is (23,54,92). Sum of RGB (Red+Green+Blue) = 23+54+92=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #17365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17365C is #E8C9A3. Grayscale: #303030. Windows color (decimal): -15255972 or 6043159. OLE color: 6043159.

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

Color convert

RGB 23 54 92 -
CMYK 0.75 0.41 0 0.64
HSL 213.04º 0.6% 0.23% -
HSV(B) 213.04º 0.75% 0.36% -
XYZ 3.6 3.59 10.63 -
YUV 49.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 23 54 92 0.75 0.41 0 0.64 213.04 0.6 0.23
Hex 17 36 5C 4B 29 0 40 D5 3C 17
Octal 27 66 134 113 51 0 100 325 74 27
Binary 10111 110110 1011100 1001011 101001 0 1000000 11010101 111100 10111

Color Harmonies of #17365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17365C

Black with #17365C

Text Example


Text Example

White with #17365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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