Html Css Color HEX #1A80BE Pelorous

📋 copy color: '#1A80BE'

red 26 ◦ green 128 ◦ blue 190

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

Shades of Pelorous #1A80BE

Tints of Pelorous #1A80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 7.56%
G = 37.21%
B = 55.23%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A80BE (or 0x1A80BE) is known color: Pelorous. HEX triplet: 1A, 80 and BE. RGB value is (26,128,190). Sum of RGB (Red+Green+Blue) = 26+128+190=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A80BE is #E57F41. Grayscale: #686868. Windows color (decimal): -15040322 or 12484634. OLE color: 12484634.

HSL color Cylindrical-coordinate representation of color #1A80BE: hue angle of 202.68º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A80BE is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 128 190 -
CMYK 0.86 0.33 0 0.25
HSL 202.68º 0.76% 0.42% -
HSV(B) 202.68º 0.86% 0.75% -
XYZ 17.44 19.38 51.54 -
YUV 104.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 26 128 190 0.86 0.33 0 0.25 202.68 0.76 0.42
Hex 1A 80 BE 56 21 0 19 CB 4C 2A
Octal 32 200 276 126 41 0 31 313 114 52
Binary 11010 10000000 10111110 1010110 100001 0 11001 11001011 1001100 101010

Color Harmonies of #1A80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A80BE

Black with #1A80BE

Text Example


Text Example

White with #1A80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,128,190); }

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

background-color css

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

 a { background-color: rgb(26,128,190); }

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

border-color css

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

 span { border-color: rgb(26,128,190); }

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