Html Css Color HEX #159EBA Pelorous

📋 copy color: '#159EBA'

red 21 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #159EBA

Tints of Pelorous #159EBA

RGB

 RED value IS 21 (8.59% from 255) = 5.75%

 GREEN value IS 158 (62.11% from 255) = 43.29%

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

R = 5.75%
G = 43.29%
B = 50.96%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#159EBA (or 0x159EBA) is known color: Pelorous. HEX triplet: 15, 9E and BA. RGB value is (21,158,186). Sum of RGB (Red+Green+Blue) = 21+158+186=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #159EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EBA is #EA6145. Grayscale: #777777. Windows color (decimal): -15360326 or 12230165. OLE color: 12230165.

HSL color Cylindrical-coordinate representation of color #159EBA: hue angle of 190.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159EBA is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 158 186 -
CMYK 0.89 0.15 0 0.27
HSL 190.18º 0.8% 0.41% -
HSV(B) 190.18º 0.89% 0.73% -
XYZ 21.4 28.16 50.76 -
YUV 120.23 165.11 57.22 -
System Red Green Blue C M Y K H S L
Decimal 21 158 186 0.89 0.15 0 0.27 190.18 0.8 0.41
Hex 15 9E BA 59 F 0 1B BE 50 29
Octal 25 236 272 131 17 0 33 276 120 51
Binary 10101 10011110 10111010 1011001 1111 0 11011 10111110 1010000 101001

Color Harmonies of #159EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159EBA

Black with #159EBA

Text Example


Text Example

White with #159EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159EBA; }

 p { color: rgb(21,158,186); }

 H1.HeaderClassName
 {
   color: #159EBA;
 }
 .AnyTagClassName
 {
   color: #159EBA;
 }
</style>

background-color css

<style>
 a { background-color: #159EBA; }

 a { background-color: rgb(21,158,186); }

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

border-color css

<style>
 span { border-color: #159EBA; }

 span { border-color: rgb(21,158,186); }

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