Html Css Color HEX #173852 Regal Blue

📋 copy color: '#173852'

red 23 ◦ green 56 ◦ blue 82

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

Shades of Regal Blue #173852

Tints of Regal Blue #173852

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

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

R = 14.29%
G = 34.78%
B = 50.93%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173852 (or 0x173852) is known color: Regal Blue. HEX triplet: 17, 38 and 52. RGB value is (23,56,82). Sum of RGB (Red+Green+Blue) = 23+56+82=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #173852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173852 is #E8C7AD. Grayscale: #303030. Windows color (decimal): -15255470 or 5388311. OLE color: 5388311.

HSL color Cylindrical-coordinate representation of color #173852: hue angle of 206.44º 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 #173852 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 56 82 -
CMYK 0.72 0.32 0 0.68
HSL 206.44º 0.56% 0.21% -
HSV(B) 206.44º 0.72% 0.32% -
XYZ 3.29 3.62 8.51 -
YUV 49.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 23 56 82 0.72 0.32 0 0.68 206.44 0.56 0.21
Hex 17 38 52 48 20 0 44 CE 38 15
Octal 27 70 122 110 40 0 104 316 70 25
Binary 10111 111000 1010010 1001000 100000 0 1000100 11001110 111000 10101

Color Harmonies of #173852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173852

Black with #173852

Text Example


Text Example

White with #173852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173852; }

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

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

background-color css

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

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

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

border-color css

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

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

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