Html Css Color HEX #173458 Regal Blue

📋 copy color: '#173458'

red 23 ◦ green 52 ◦ blue 88

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

Shades of Regal Blue #173458

Tints of Regal Blue #173458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

 BLUE value IS 88 (34.77% from 255) = 53.99%

R = 14.11%
G = 31.9%
B = 53.99%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#173458 (or 0x173458) is known color: Regal Blue. HEX triplet: 17, 34 and 58. RGB value is (23,52,88). Sum of RGB (Red+Green+Blue) = 23+52+88=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #173458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173458 is #E8CBA7. Grayscale: #2F2F2F. Windows color (decimal): -15256488 or 5780503. OLE color: 5780503.

HSL color Cylindrical-coordinate representation of color #173458: hue angle of 213.23º 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 #173458 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 52 88 -
CMYK 0.74 0.41 0 0.65
HSL 213.23º 0.59% 0.22% -
HSV(B) 213.23º 0.74% 0.35% -
XYZ 3.34 3.34 9.7 -
YUV 47.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 23 52 88 0.74 0.41 0 0.65 213.23 0.59 0.22
Hex 17 34 58 4A 29 0 41 D5 3B 16
Octal 27 64 130 112 51 0 101 325 73 26
Binary 10111 110100 1011000 1001010 101001 0 1000001 11010101 111011 10110

Color Harmonies of #173458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173458

Black with #173458

Text Example


Text Example

White with #173458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173458; }

 p { color: rgb(23,52,88); }

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

background-color css

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

 a { background-color: rgb(23,52,88); }

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

border-color css

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

 span { border-color: rgb(23,52,88); }

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