Html Css Color HEX #259BB5 Pelorous

📋 copy color: '#259BB5'

red 37 ◦ green 155 ◦ blue 181

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

Shades of Pelorous #259BB5

Tints of Pelorous #259BB5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.55%

 BLUE value IS 181 (71.09% from 255) = 48.53%

R = 9.92%
G = 41.55%
B = 48.53%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#259BB5 (or 0x259BB5) is known color: Pelorous. HEX triplet: 25, 9B and B5. RGB value is (37,155,181). Sum of RGB (Red+Green+Blue) = 37+155+181=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #259BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BB5 is #DA644A. Grayscale: #7A7A7A. Windows color (decimal): -14312523 or 11901733. OLE color: 11901733.

HSL color Cylindrical-coordinate representation of color #259BB5: hue angle of 190.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259BB5 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 155 181 -
CMYK 0.80 0.14 0 0.29
HSL 190.83º 0.66% 0.43% -
HSV(B) 190.83º 0.8% 0.71% -
XYZ 20.82 27.17 47.86 -
YUV 122.68 160.91 66.89 -
System Red Green Blue C M Y K H S L
Decimal 37 155 181 0.80 0.14 0 0.29 190.83 0.66 0.43
Hex 25 9B B5 50 E 0 1D BF 42 2B
Octal 45 233 265 120 16 0 35 277 102 53
Binary 100101 10011011 10110101 1010000 1110 0 11101 10111111 1000010 101011

Color Harmonies of #259BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BB5

Black with #259BB5

Text Example


Text Example

White with #259BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,155,181); }

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

background-color css

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

 a { background-color: rgb(37,155,181); }

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

border-color css

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

 span { border-color: rgb(37,155,181); }

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