Html Css Color HEX #259CBA Pelorous

📋 copy color: '#259CBA'

red 37 ◦ green 156 ◦ blue 186

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

Shades of Pelorous #259CBA

Tints of Pelorous #259CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 9.76%
G = 41.16%
B = 49.08%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#259CBA (or 0x259CBA) is known color: Pelorous. HEX triplet: 25, 9C and BA. RGB value is (37,156,186). Sum of RGB (Red+Green+Blue) = 37+156+186=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #259CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CBA is #DA6345. Grayscale: #7B7B7B. Windows color (decimal): -14312262 or 12229669. OLE color: 12229669.

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

Color convert

RGB 37 156 186 -
CMYK 0.80 0.16 0 0.27
HSL 192.08º 0.67% 0.44% -
HSV(B) 192.08º 0.8% 0.73% -
XYZ 21.51 27.72 50.67 -
YUV 123.84 163.08 66.06 -
System Red Green Blue C M Y K H S L
Decimal 37 156 186 0.80 0.16 0 0.27 192.08 0.67 0.44
Hex 25 9C BA 50 10 0 1B C0 43 2C
Octal 45 234 272 120 20 0 33 300 103 54
Binary 100101 10011100 10111010 1010000 10000 0 11011 11000000 1000011 101100

Color Harmonies of #259CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CBA

Black with #259CBA

Text Example


Text Example

White with #259CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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