Html Css Color HEX #1A96BA Pelorous

📋 copy color: '#1A96BA'

red 26 ◦ green 150 ◦ blue 186

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

Shades of Pelorous #1A96BA

Tints of Pelorous #1A96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 7.18%
G = 41.44%
B = 51.38%

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

#1A96BA (or 0x1A96BA) is known color: Pelorous. HEX triplet: 1A, 96 and BA. RGB value is (26,150,186). Sum of RGB (Red+Green+Blue) = 26+150+186=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A96BA is #E56945. Grayscale: #747474. Windows color (decimal): -15034694 or 12228122. OLE color: 12228122.

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

Color convert

RGB 26 150 186 -
CMYK 0.86 0.19 0 0.27
HSL 193.5º 0.75% 0.42% -
HSV(B) 193.5º 0.86% 0.73% -
XYZ 20.2 25.58 50.33 -
YUV 117.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 26 150 186 0.86 0.19 0 0.27 193.5 0.75 0.42
Hex 1A 96 BA 56 13 0 1B C2 4B 2A
Octal 32 226 272 126 23 0 33 302 113 52
Binary 11010 10010110 10111010 1010110 10011 0 11011 11000010 1001011 101010

Color Harmonies of #1A96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A96BA

Black with #1A96BA

Text Example


Text Example

White with #1A96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,150,186); }

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

background-color css

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

 a { background-color: rgb(26,150,186); }

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

border-color css

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

 span { border-color: rgb(26,150,186); }

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