Html Css Color HEX #1793AD Pelorous

📋 copy color: '#1793AD'

red 23 ◦ green 147 ◦ blue 173

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

Shades of Pelorous #1793AD

Tints of Pelorous #1793AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.86%

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 6.71%
G = 42.86%
B = 50.44%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1793AD (or 0x1793AD) is known color: Pelorous. HEX triplet: 17, 93 and AD. RGB value is (23,147,173). Sum of RGB (Red+Green+Blue) = 23+147+173=343 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.71% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #1793AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1793AD is #E86C52. Grayscale: #707070. Windows color (decimal): -15232083 or 11375383. OLE color: 11375383.

HSL color Cylindrical-coordinate representation of color #1793AD: hue angle of 190.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1793AD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 147 173 -
CMYK 0.87 0.15 0 0.32
HSL 190.4º 0.77% 0.38% -
HSV(B) 190.4º 0.87% 0.68% -
XYZ 18.33 24.07 43.21 -
YUV 112.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 23 147 173 0.87 0.15 0 0.32 190.4 0.77 0.38
Hex 17 93 AD 57 F 0 20 BE 4D 26
Octal 27 223 255 127 17 0 40 276 115 46
Binary 10111 10010011 10101101 1010111 1111 0 100000 10111110 1001101 100110

Color Harmonies of #1793AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1793AD

Black with #1793AD

Text Example


Text Example

White with #1793AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1793AD; }

 p { color: rgb(23,147,173); }

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

background-color css

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

 a { background-color: rgb(23,147,173); }

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

border-color css

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

 span { border-color: rgb(23,147,173); }

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