Html Css Color HEX #1A98BD Pelorous

📋 copy color: '#1A98BD'

red 26 ◦ green 152 ◦ blue 189

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

Shades of Pelorous #1A98BD

Tints of Pelorous #1A98BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 7.08%
G = 41.42%
B = 51.5%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A98BD (or 0x1A98BD) is known color: Pelorous. HEX triplet: 1A, 98 and BD. RGB value is (26,152,189). Sum of RGB (Red+Green+Blue) = 26+152+189=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A98BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A98BD is #E56742. Grayscale: #767676. Windows color (decimal): -15034179 or 12425242. OLE color: 12425242.

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

Color convert

RGB 26 152 189 -
CMYK 0.86 0.20 0 0.26
HSL 193.62º 0.76% 0.42% -
HSV(B) 193.62º 0.86% 0.74% -
XYZ 20.84 26.35 52.13 -
YUV 118.54 167.76 61.99 -
System Red Green Blue C M Y K H S L
Decimal 26 152 189 0.86 0.20 0 0.26 193.62 0.76 0.42
Hex 1A 98 BD 56 14 0 1A C2 4C 2A
Octal 32 230 275 126 24 0 32 302 114 52
Binary 11010 10011000 10111101 1010110 10100 0 11010 11000010 1001100 101010

Color Harmonies of #1A98BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A98BD

Black with #1A98BD

Text Example


Text Example

White with #1A98BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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