Html Css Color HEX #174166 Regal Blue

📋 copy color: '#174166'

red 23 ◦ green 65 ◦ blue 102

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

Shades of Regal Blue #174166

Tints of Regal Blue #174166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.68%

R = 12.11%
G = 34.21%
B = 53.68%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#174166 (or 0x174166) is known color: Regal Blue. HEX triplet: 17, 41 and 66. RGB value is (23,65,102). Sum of RGB (Red+Green+Blue) = 23+65+102=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #174166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174166 is #E8BE99. Grayscale: #383838. Windows color (decimal): -15253146 or 6701335. OLE color: 6701335.

HSL color Cylindrical-coordinate representation of color #174166: hue angle of 208.1º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174166 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 65 102 -
CMYK 0.77 0.36 0 0.6
HSL 208.1º 0.63% 0.25% -
HSV(B) 208.1º 0.77% 0.4% -
XYZ 4.64 4.92 13.28 -
YUV 56.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 23 65 102 0.77 0.36 0 0.6 208.1 0.63 0.25
Hex 17 41 66 4D 24 0 3C D0 3F 19
Octal 27 101 146 115 44 0 74 320 77 31
Binary 10111 1000001 1100110 1001101 100100 0 111100 11010000 111111 11001

Color Harmonies of #174166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174166

Black with #174166

Text Example


Text Example

White with #174166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174166; }

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

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

background-color css

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

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

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

border-color css

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

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

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