Html Css Color HEX #1A90AF Pelorous

📋 copy color: '#1A90AF'

red 26 ◦ green 144 ◦ blue 175

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

Shades of Pelorous #1A90AF

Tints of Pelorous #1A90AF

RGB

 RED value IS 26 (10.55% from 255) = 7.54%

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

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 7.54%
G = 41.74%
B = 50.72%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A90AF (or 0x1A90AF) is known color: Pelorous. HEX triplet: 1A, 90 and AF. RGB value is (26,144,175). Sum of RGB (Red+Green+Blue) = 26+144+175=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A90AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A90AF is #E56F50. Grayscale: #707070. Windows color (decimal): -15036241 or 11505690. OLE color: 11505690.

HSL color Cylindrical-coordinate representation of color #1A90AF: hue angle of 192.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A90AF is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 144 175 -
CMYK 0.85 0.18 0 0.31
HSL 192.48º 0.74% 0.39% -
HSV(B) 192.48º 0.85% 0.69% -
XYZ 18.14 23.26 44.09 -
YUV 112.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 26 144 175 0.85 0.18 0 0.31 192.48 0.74 0.39
Hex 1A 90 AF 55 12 0 1F C0 4A 27
Octal 32 220 257 125 22 0 37 300 112 47
Binary 11010 10010000 10101111 1010101 10010 0 11111 11000000 1001010 100111

Color Harmonies of #1A90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A90AF

Black with #1A90AF

Text Example


Text Example

White with #1A90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A90AF; }

 p { color: rgb(26,144,175); }

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

background-color css

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

 a { background-color: rgb(26,144,175); }

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

border-color css

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

 span { border-color: rgb(26,144,175); }

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