Html Css Color HEX #174163 Regal Blue

📋 copy color: '#174163'

red 23 ◦ green 65 ◦ blue 99

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

Shades of Regal Blue #174163

Tints of Regal Blue #174163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 12.3%
G = 34.76%
B = 52.94%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#174163 (or 0x174163) is known color: Regal Blue. HEX triplet: 17, 41 and 63. RGB value is (23,65,99). Sum of RGB (Red+Green+Blue) = 23+65+99=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #174163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174163 is #E8BE9C. Grayscale: #383838. Windows color (decimal): -15253149 or 6504727. OLE color: 6504727.

HSL color Cylindrical-coordinate representation of color #174163: hue angle of 206.84º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174163 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 65 99 -
CMYK 0.77 0.34 0 0.61
HSL 206.84º 0.62% 0.24% -
HSV(B) 206.84º 0.77% 0.39% -
XYZ 4.5 4.86 12.51 -
YUV 56.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 23 65 99 0.77 0.34 0 0.61 206.84 0.62 0.24
Hex 17 41 63 4D 22 0 3D CF 3E 18
Octal 27 101 143 115 42 0 75 317 76 30
Binary 10111 1000001 1100011 1001101 100010 0 111101 11001111 111110 11000

Color Harmonies of #174163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174163

Black with #174163

Text Example


Text Example

White with #174163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174163; }

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

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

background-color css

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

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

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

border-color css

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

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

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