Html Css Color HEX #174167 Regal Blue

📋 copy color: '#174167'

red 23 ◦ green 65 ◦ blue 103

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

Shades of Regal Blue #174167

Tints of Regal Blue #174167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.93%

R = 12.04%
G = 34.03%
B = 53.93%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#174167 (or 0x174167) is known color: Regal Blue. HEX triplet: 17, 41 and 67. RGB value is (23,65,103). Sum of RGB (Red+Green+Blue) = 23+65+103=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #174167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174167 is #E8BE98. Grayscale: #383838. Windows color (decimal): -15253145 or 6766871. OLE color: 6766871.

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

Color convert

RGB 23 65 103 -
CMYK 0.78 0.37 0 0.60
HSL 208.5º 0.63% 0.25% -
HSV(B) 208.5º 0.78% 0.4% -
XYZ 4.69 4.94 13.54 -
YUV 56.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 23 65 103 0.78 0.37 0 0.60 208.5 0.63 0.25
Hex 17 41 67 4E 25 0 3C D0 3F 19
Octal 27 101 147 116 45 0 74 320 77 31
Binary 10111 1000001 1100111 1001110 100101 0 111100 11010000 111111 11001

Color Harmonies of #174167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174167

Black with #174167

Text Example


Text Example

White with #174167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174167; }

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

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

background-color css

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

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

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

border-color css

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

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

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