Html Css Color HEX #174059 Regal Blue

📋 copy color: '#174059'

red 23 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #174059

Tints of Regal Blue #174059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 13.07%
G = 36.36%
B = 50.57%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174059 (or 0x174059) is known color: Regal Blue. HEX triplet: 17, 40 and 59. RGB value is (23,64,89). Sum of RGB (Red+Green+Blue) = 23+64+89=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #174059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174059 is #E8BFA6. Grayscale: #363636. Windows color (decimal): -15253415 or 5849111. OLE color: 5849111.

HSL color Cylindrical-coordinate representation of color #174059: hue angle of 202.73º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174059 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 64 89 -
CMYK 0.74 0.28 0 0.65
HSL 202.73º 0.59% 0.22% -
HSV(B) 202.73º 0.74% 0.35% -
XYZ 3.99 4.57 10.12 -
YUV 54.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 23 64 89 0.74 0.28 0 0.65 202.73 0.59 0.22
Hex 17 40 59 4A 1C 0 41 CB 3B 16
Octal 27 100 131 112 34 0 101 313 73 26
Binary 10111 1000000 1011001 1001010 11100 0 1000001 11001011 111011 10110

Color Harmonies of #174059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174059

Black with #174059

Text Example


Text Example

White with #174059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174059; }

 p { color: rgb(23,64,89); }

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

background-color css

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

 a { background-color: rgb(23,64,89); }

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

border-color css

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

 span { border-color: rgb(23,64,89); }

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