Html Css Color HEX #17456C Regal Blue

📋 copy color: '#17456C'

red 23 ◦ green 69 ◦ blue 108

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

Shades of Regal Blue #17456C

Tints of Regal Blue #17456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.5%

 BLUE value IS 108 (42.58% from 255) = 54%

R = 11.5%
G = 34.5%
B = 54%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17456C (or 0x17456C) is known color: Regal Blue. HEX triplet: 17, 45 and 6C. RGB value is (23,69,108). Sum of RGB (Red+Green+Blue) = 23+69+108=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #17456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17456C is #E8BA93. Grayscale: #3B3B3B. Windows color (decimal): -15252116 or 7095575. OLE color: 7095575.

HSL color Cylindrical-coordinate representation of color #17456C: hue angle of 207.53º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17456C is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 69 108 -
CMYK 0.79 0.36 0 0.58
HSL 207.53º 0.65% 0.26% -
HSV(B) 207.53º 0.79% 0.42% -
XYZ 5.19 5.52 14.98 -
YUV 59.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 23 69 108 0.79 0.36 0 0.58 207.53 0.65 0.26
Hex 17 45 6C 4F 24 0 3A D0 41 1A
Octal 27 105 154 117 44 0 72 320 101 32
Binary 10111 1000101 1101100 1001111 100100 0 111010 11010000 1000001 11010

Color Harmonies of #17456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17456C

Black with #17456C

Text Example


Text Example

White with #17456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,69,108); }

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

background-color css

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

 a { background-color: rgb(23,69,108); }

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

border-color css

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

 span { border-color: rgb(23,69,108); }

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