Html Css Color HEX #259BAC Pelorous

📋 copy color: '#259BAC'

red 37 ◦ green 155 ◦ blue 172

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

Shades of Pelorous #259BAC

Tints of Pelorous #259BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 10.16%
G = 42.58%
B = 47.25%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259BAC (or 0x259BAC) is known color: Pelorous. HEX triplet: 25, 9B and AC. RGB value is (37,155,172). Sum of RGB (Red+Green+Blue) = 37+155+172=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #259BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BAC is #DA6453. Grayscale: #797979. Windows color (decimal): -14312532 or 11311909. OLE color: 11311909.

HSL color Cylindrical-coordinate representation of color #259BAC: hue angle of 187.56º degrees, saturation: 0.65, 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 #259BAC is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 155 172 -
CMYK 0.78 0.10 0 0.33
HSL 187.56º 0.65% 0.41% -
HSV(B) 187.56º 0.78% 0.67% -
XYZ 19.93 26.81 43.16 -
YUV 121.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 37 155 172 0.78 0.10 0 0.33 187.56 0.65 0.41
Hex 25 9B AC 4E A 0 21 BC 41 29
Octal 45 233 254 116 12 0 41 274 101 51
Binary 100101 10011011 10101100 1001110 1010 0 100001 10111100 1000001 101001

Color Harmonies of #259BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BAC

Black with #259BAC

Text Example


Text Example

White with #259BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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