Html Css Color HEX #259ABA Pelorous

📋 copy color: '#259ABA'

red 37 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #259ABA

Tints of Pelorous #259ABA

RGB

 RED value IS 37 (14.84% from 255) = 9.81%

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 9.81%
G = 40.85%
B = 49.34%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#259ABA (or 0x259ABA) is known color: Pelorous. HEX triplet: 25, 9A and BA. RGB value is (37,154,186). Sum of RGB (Red+Green+Blue) = 37+154+186=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #259ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ABA is #DA6545. Grayscale: #7A7A7A. Windows color (decimal): -14312774 or 12229157. OLE color: 12229157.

HSL color Cylindrical-coordinate representation of color #259ABA: hue angle of 192.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259ABA is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 154 186 -
CMYK 0.80 0.17 0 0.27
HSL 192.89º 0.67% 0.44% -
HSV(B) 192.89º 0.8% 0.73% -
XYZ 21.18 27.05 50.56 -
YUV 122.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 37 154 186 0.80 0.17 0 0.27 192.89 0.67 0.44
Hex 25 9A BA 50 11 0 1B C1 43 2C
Octal 45 232 272 120 21 0 33 301 103 54
Binary 100101 10011010 10111010 1010000 10001 0 11011 11000001 1000011 101100

Color Harmonies of #259ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259ABA

Black with #259ABA

Text Example


Text Example

White with #259ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259ABA; }

 p { color: rgb(37,154,186); }

 H1.HeaderClassName
 {
   color: #259ABA;
 }
 .AnyTagClassName
 {
   color: #259ABA;
 }
</style>

background-color css

<style>
 a { background-color: #259ABA; }

 a { background-color: rgb(37,154,186); }

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

border-color css

<style>
 span { border-color: #259ABA; }

 span { border-color: rgb(37,154,186); }

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