Html Css Color HEX #1790AE Pelorous

📋 copy color: '#1790AE'

red 23 ◦ green 144 ◦ blue 174

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

Shades of Pelorous #1790AE

Tints of Pelorous #1790AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 6.74%
G = 42.23%
B = 51.03%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1790AE (or 0x1790AE) is known color: Pelorous. HEX triplet: 17, 90 and AE. RGB value is (23,144,174). Sum of RGB (Red+Green+Blue) = 23+144+174=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #1790AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790AE is #E86F51. Grayscale: #6F6F6F. Windows color (decimal): -15232850 or 11440151. OLE color: 11440151.

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

Color convert

RGB 23 144 174 -
CMYK 0.87 0.17 0 0.32
HSL 191.92º 0.77% 0.39% -
HSV(B) 191.92º 0.87% 0.68% -
XYZ 17.97 23.18 43.57 -
YUV 111.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 23 144 174 0.87 0.17 0 0.32 191.92 0.77 0.39
Hex 17 90 AE 57 11 0 20 C0 4D 27
Octal 27 220 256 127 21 0 40 300 115 47
Binary 10111 10010000 10101110 1010111 10001 0 100000 11000000 1001101 100111

Color Harmonies of #1790AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1790AE

Black with #1790AE

Text Example


Text Example

White with #1790AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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