Html Css Color HEX #1790A4 Pelorous

📋 copy color: '#1790A4'

red 23 ◦ green 144 ◦ blue 164

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

Shades of Pelorous #1790A4

Tints of Pelorous #1790A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.55%

R = 6.95%
G = 43.5%
B = 49.55%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1790A4 (or 0x1790A4) is known color: Pelorous. HEX triplet: 17, 90 and A4. RGB value is (23,144,164). Sum of RGB (Red+Green+Blue) = 23+144+164=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #1790A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1790A4 is #E86F5B. Grayscale: #6D6D6D. Windows color (decimal): -15232860 or 10784791. OLE color: 10784791.

HSL color Cylindrical-coordinate representation of color #1790A4: hue angle of 188.51º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1790A4 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 23 144 164 -
CMYK 0.86 0.12 0 0.36
HSL 188.51º 0.75% 0.37% -
HSV(B) 188.51º 0.86% 0.64% -
XYZ 17.03 22.81 38.63 -
YUV 110.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 23 144 164 0.86 0.12 0 0.36 188.51 0.75 0.37
Hex 17 90 A4 56 C 0 24 BD 4B 25
Octal 27 220 244 126 14 0 44 275 113 45
Binary 10111 10010000 10100100 1010110 1100 0 100100 10111101 1001011 100101

Color Harmonies of #1790A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1790A4

Black with #1790A4

Text Example


Text Example

White with #1790A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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