Html Css Color HEX #173850 Regal Blue

📋 copy color: '#173850'

red 23 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #173850

Tints of Regal Blue #173850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50.31%

R = 14.47%
G = 35.22%
B = 50.31%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#173850 (or 0x173850) is known color: Regal Blue. HEX triplet: 17, 38 and 50. RGB value is (23,56,80). Sum of RGB (Red+Green+Blue) = 23+56+80=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #173850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173850 is #E8C7AF. Grayscale: #303030. Windows color (decimal): -15255472 or 5257239. OLE color: 5257239.

HSL color Cylindrical-coordinate representation of color #173850: hue angle of 205.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #173850 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 56 80 -
CMYK 0.71 0.30 0 0.69
HSL 205.26º 0.55% 0.2% -
HSV(B) 205.26º 0.71% 0.31% -
XYZ 3.22 3.59 8.11 -
YUV 48.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 23 56 80 0.71 0.30 0 0.69 205.26 0.55 0.2
Hex 17 38 50 47 1E 0 45 CD 37 14
Octal 27 70 120 107 36 0 105 315 67 24
Binary 10111 111000 1010000 1000111 11110 0 1000101 11001101 110111 10100

Color Harmonies of #173850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173850

Black with #173850

Text Example


Text Example

White with #173850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173850; }

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

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

background-color css

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

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

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

border-color css

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

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

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