Html Css Color HEX #1A89BC Pelorous

📋 copy color: '#1A89BC'

red 26 ◦ green 137 ◦ blue 188

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

Shades of Pelorous #1A89BC

Tints of Pelorous #1A89BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 7.41%
G = 39.03%
B = 53.56%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A89BC (or 0x1A89BC) is known color: Pelorous. HEX triplet: 1A, 89 and BC. RGB value is (26,137,188). Sum of RGB (Red+Green+Blue) = 26+137+188=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A89BC is #E57643. Grayscale: #6D6D6D. Windows color (decimal): -15038020 or 12355866. OLE color: 12355866.

HSL color Cylindrical-coordinate representation of color #1A89BC: hue angle of 198.89º 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 #1A89BC is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 137 188 -
CMYK 0.86 0.27 0 0.26
HSL 198.89º 0.76% 0.42% -
HSV(B) 198.89º 0.86% 0.74% -
XYZ 18.45 21.74 50.8 -
YUV 109.63 172.23 68.35 -
System Red Green Blue C M Y K H S L
Decimal 26 137 188 0.86 0.27 0 0.26 198.89 0.76 0.42
Hex 1A 89 BC 56 1B 0 1A C7 4C 2A
Octal 32 211 274 126 33 0 32 307 114 52
Binary 11010 10001001 10111100 1010110 11011 0 11010 11000111 1001100 101010

Color Harmonies of #1A89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A89BC

Black with #1A89BC

Text Example


Text Example

White with #1A89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,137,188); }

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

background-color css

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

 a { background-color: rgb(26,137,188); }

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

border-color css

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

 span { border-color: rgb(26,137,188); }

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