Html Css Color HEX #17365B Regal Blue

📋 copy color: '#17365B'

red 23 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #17365B

Tints of Regal Blue #17365B

RGB

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

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

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

R = 13.69%
G = 32.14%
B = 54.17%

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

#17365B (or 0x17365B) is known color: Regal Blue. HEX triplet: 17, 36 and 5B. RGB value is (23,54,91). Sum of RGB (Red+Green+Blue) = 23+54+91=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #17365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17365B is #E8C9A4. Grayscale: #303030. Windows color (decimal): -15255973 or 5977623. OLE color: 5977623.

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

Color convert

RGB 23 54 91 -
CMYK 0.75 0.41 0 0.64
HSL 212.65º 0.6% 0.22% -
HSV(B) 212.65º 0.75% 0.36% -
XYZ 3.56 3.58 10.4 -
YUV 48.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 23 54 91 0.75 0.41 0 0.64 212.65 0.6 0.22
Hex 17 36 5B 4B 29 0 40 D5 3C 16
Octal 27 66 133 113 51 0 100 325 74 26
Binary 10111 110110 1011011 1001011 101001 0 1000000 11010101 111100 10110

Color Harmonies of #17365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17365B

Black with #17365B

Text Example


Text Example

White with #17365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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