Html Css Color HEX #2599C1 Pelorous

📋 copy color: '#2599C1'

red 37 ◦ green 153 ◦ blue 193

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

Shades of Pelorous #2599C1

Tints of Pelorous #2599C1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 9.66%
G = 39.95%
B = 50.39%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2599C1 (or 0x2599C1) is known color: Pelorous. HEX triplet: 25, 99 and C1. RGB value is (37,153,193). Sum of RGB (Red+Green+Blue) = 37+153+193=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #2599C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2599C1 is #DA663E. Grayscale: #7A7A7A. Windows color (decimal): -14313023 or 12687653. OLE color: 12687653.

HSL color Cylindrical-coordinate representation of color #2599C1: hue angle of 195.38º 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 #2599C1 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 153 193 -
CMYK 0.81 0.21 0 0.24
HSL 195.38º 0.68% 0.45% -
HSV(B) 195.38º 0.81% 0.76% -
XYZ 21.78 27.03 54.52 -
YUV 122.88 167.57 66.75 -
System Red Green Blue C M Y K H S L
Decimal 37 153 193 0.81 0.21 0 0.24 195.38 0.68 0.45
Hex 25 99 C1 51 15 0 18 C3 44 2D
Octal 45 231 301 121 25 0 30 303 104 55
Binary 100101 10011001 11000001 1010001 10101 0 11000 11000011 1000100 101101

Color Harmonies of #2599C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2599C1

Black with #2599C1

Text Example


Text Example

White with #2599C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2599C1; }

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

 H1.HeaderClassName
 {
   color: #2599C1;
 }
 .AnyTagClassName
 {
   color: #2599C1;
 }
</style>

background-color css

<style>
 a { background-color: #2599C1; }

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

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

border-color css

<style>
 span { border-color: #2599C1; }

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

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