Html Css Color HEX #1790AC Pelorous

📋 copy color: '#1790AC'

red 23 ◦ green 144 ◦ blue 172

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

Shades of Pelorous #1790AC

Tints of Pelorous #1790AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 6.78%
G = 42.48%
B = 50.74%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1790AC (or 0x1790AC) is known color: Pelorous. HEX triplet: 17, 90 and AC. RGB value is (23,144,172). Sum of RGB (Red+Green+Blue) = 23+144+172=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #1790AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790AC is #E86F53. Grayscale: #6E6E6E. Windows color (decimal): -15232852 or 11309079. OLE color: 11309079.

HSL color Cylindrical-coordinate representation of color #1790AC: hue angle of 191.28º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1790AC is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 144 172 -
CMYK 0.87 0.16 0 0.33
HSL 191.28º 0.76% 0.38% -
HSV(B) 191.28º 0.87% 0.67% -
XYZ 17.77 23.11 42.55 -
YUV 111.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 23 144 172 0.87 0.16 0 0.33 191.28 0.76 0.38
Hex 17 90 AC 57 10 0 21 BF 4C 26
Octal 27 220 254 127 20 0 41 277 114 46
Binary 10111 10010000 10101100 1010111 10000 0 100001 10111111 1001100 100110

Color Harmonies of #1790AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1790AC

Black with #1790AC

Text Example


Text Example

White with #1790AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1790AC; }

 p { color: rgb(23,144,172); }

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

background-color css

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

 a { background-color: rgb(23,144,172); }

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

border-color css

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

 span { border-color: rgb(23,144,172); }

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