Html Css Color HEX #1A98BB Pelorous

📋 copy color: '#1A98BB'

red 26 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #1A98BB

Tints of Pelorous #1A98BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 7.12%
G = 41.64%
B = 51.23%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A98BB (or 0x1A98BB) is known color: Pelorous. HEX triplet: 1A, 98 and BB. RGB value is (26,152,187). Sum of RGB (Red+Green+Blue) = 26+152+187=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A98BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A98BB is #E56744. Grayscale: #767676. Windows color (decimal): -15034181 or 12294170. OLE color: 12294170.

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

Color convert

RGB 26 152 187 -
CMYK 0.86 0.19 0 0.27
HSL 193.04º 0.76% 0.42% -
HSV(B) 193.04º 0.86% 0.73% -
XYZ 20.62 26.26 51 -
YUV 118.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 26 152 187 0.86 0.19 0 0.27 193.04 0.76 0.42
Hex 1A 98 BB 56 13 0 1B C1 4C 2A
Octal 32 230 273 126 23 0 33 301 114 52
Binary 11010 10011000 10111011 1010110 10011 0 11011 11000001 1001100 101010

Color Harmonies of #1A98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A98BB

Black with #1A98BB

Text Example


Text Example

White with #1A98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,152,187); }

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

background-color css

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

 a { background-color: rgb(26,152,187); }

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

border-color css

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

 span { border-color: rgb(26,152,187); }

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