Html Css Color HEX #259AC1 Pelorous

📋 copy color: '#259AC1'

red 37 ◦ green 154 ◦ blue 193

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

Shades of Pelorous #259AC1

Tints of Pelorous #259AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 9.64%
G = 40.1%
B = 50.26%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#259AC1 (or 0x259AC1) is known color: Pelorous. HEX triplet: 25, 9A and C1. RGB value is (37,154,193). Sum of RGB (Red+Green+Blue) = 37+154+193=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #259AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259AC1 is #DA653E. Grayscale: #7B7B7B. Windows color (decimal): -14312767 or 12687909. OLE color: 12687909.

HSL color Cylindrical-coordinate representation of color #259AC1: hue angle of 195º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #259AC1 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 154 193 -
CMYK 0.81 0.20 0 0.24
HSL 195º 0.68% 0.45% -
HSV(B) 195º 0.81% 0.76% -
XYZ 21.94 27.35 54.58 -
YUV 123.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 37 154 193 0.81 0.20 0 0.24 195 0.68 0.45
Hex 25 9A C1 51 14 0 18 C3 44 2D
Octal 45 232 301 121 24 0 30 303 104 55
Binary 100101 10011010 11000001 1010001 10100 0 11000 11000011 1000100 101101

Color Harmonies of #259AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AC1

Black with #259AC1

Text Example


Text Example

White with #259AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,154,193); }

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

background-color css

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

 a { background-color: rgb(37,154,193); }

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

border-color css

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

 span { border-color: rgb(37,154,193); }

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