Html Css Color HEX #173052 Regal Blue

📋 copy color: '#173052'

red 23 ◦ green 48 ◦ blue 82

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

Shades of Regal Blue #173052

Tints of Regal Blue #173052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 15.03%
G = 31.37%
B = 53.59%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173052 (or 0x173052) is known color: Regal Blue. HEX triplet: 17, 30 and 52. RGB value is (23,48,82). Sum of RGB (Red+Green+Blue) = 23+48+82=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #173052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173052 is #E8CFAD. Grayscale: #2C2C2C. Windows color (decimal): -15257518 or 5386263. OLE color: 5386263.

HSL color Cylindrical-coordinate representation of color #173052: hue angle of 214.58º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173052 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 48 82 -
CMYK 0.72 0.41 0 0.68
HSL 214.58º 0.56% 0.21% -
HSV(B) 214.58º 0.72% 0.32% -
XYZ 2.93 2.91 8.39 -
YUV 44.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 23 48 82 0.72 0.41 0 0.68 214.58 0.56 0.21
Hex 17 30 52 48 29 0 44 D7 38 15
Octal 27 60 122 110 51 0 104 327 70 25
Binary 10111 110000 1010010 1001000 101001 0 1000100 11010111 111000 10101

Color Harmonies of #173052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173052

Black with #173052

Text Example


Text Example

White with #173052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173052; }

 p { color: rgb(23,48,82); }

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

background-color css

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

 a { background-color: rgb(23,48,82); }

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

border-color css

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

 span { border-color: rgb(23,48,82); }

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