Html Css Color HEX #259BBA Pelorous

📋 copy color: '#259BBA'

red 37 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #259BBA

Tints of Pelorous #259BBA

RGB

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

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

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

R = 9.79%
G = 41.01%
B = 49.21%

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

#259BBA (or 0x259BBA) is known color: Pelorous. HEX triplet: 25, 9B and BA. RGB value is (37,155,186). Sum of RGB (Red+Green+Blue) = 37+155+186=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #259BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BBA is #DA6445. Grayscale: #7B7B7B. Windows color (decimal): -14312518 or 12229413. OLE color: 12229413.

HSL color Cylindrical-coordinate representation of color #259BBA: hue angle of 192.48º 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 #259BBA is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 155 186 -
CMYK 0.80 0.17 0 0.27
HSL 192.48º 0.67% 0.44% -
HSV(B) 192.48º 0.8% 0.73% -
XYZ 21.35 27.38 50.61 -
YUV 123.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 37 155 186 0.80 0.17 0 0.27 192.48 0.67 0.44
Hex 25 9B BA 50 11 0 1B C0 43 2C
Octal 45 233 272 120 21 0 33 300 103 54
Binary 100101 10011011 10111010 1010000 10001 0 11011 11000000 1000011 101100

Color Harmonies of #259BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BBA

Black with #259BBA

Text Example


Text Example

White with #259BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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