Html Css Color HEX #17416C Regal Blue

📋 copy color: '#17416C'

red 23 ◦ green 65 ◦ blue 108

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

Shades of Regal Blue #17416C

Tints of Regal Blue #17416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 11.73%
G = 33.16%
B = 55.1%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17416C (or 0x17416C) is known color: Regal Blue. HEX triplet: 17, 41 and 6C. RGB value is (23,65,108). Sum of RGB (Red+Green+Blue) = 23+65+108=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #17416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17416C is #E8BE93. Grayscale: #393939. Windows color (decimal): -15253140 or 7094551. OLE color: 7094551.

HSL color Cylindrical-coordinate representation of color #17416C: hue angle of 210.35º 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 #17416C is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 65 108 -
CMYK 0.79 0.40 0 0.58
HSL 210.35º 0.65% 0.26% -
HSV(B) 210.35º 0.79% 0.42% -
XYZ 4.95 5.05 14.9 -
YUV 57.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 23 65 108 0.79 0.40 0 0.58 210.35 0.65 0.26
Hex 17 41 6C 4F 28 0 3A D2 41 1A
Octal 27 101 154 117 50 0 72 322 101 32
Binary 10111 1000001 1101100 1001111 101000 0 111010 11010010 1000001 11010

Color Harmonies of #17416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17416C

Black with #17416C

Text Example


Text Example

White with #17416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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