Html Css Color HEX #259BAA Pelorous

📋 copy color: '#259BAA'

red 37 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #259BAA

Tints of Pelorous #259BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 10.22%
G = 42.82%
B = 46.96%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259BAA (or 0x259BAA) is known color: Pelorous. HEX triplet: 25, 9B and AA. RGB value is (37,155,170). Sum of RGB (Red+Green+Blue) = 37+155+170=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #259BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BAA is #DA6455. Grayscale: #797979. Windows color (decimal): -14312534 or 11180837. OLE color: 11180837.

HSL color Cylindrical-coordinate representation of color #259BAA: hue angle of 186.77º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259BAA is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 155 170 -
CMYK 0.78 0.09 0 0.33
HSL 186.77º 0.64% 0.41% -
HSV(B) 186.77º 0.78% 0.67% -
XYZ 19.74 26.74 42.15 -
YUV 121.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 37 155 170 0.78 0.09 0 0.33 186.77 0.64 0.41
Hex 25 9B AA 4E 9 0 21 BB 40 29
Octal 45 233 252 116 11 0 41 273 100 51
Binary 100101 10011011 10101010 1001110 1001 0 100001 10111011 1000000 101001

Color Harmonies of #259BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BAA

Black with #259BAA

Text Example


Text Example

White with #259BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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