Html Css Color HEX #1983BE Pelorous

📋 copy color: '#1983BE'

red 25 ◦ green 131 ◦ blue 190

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

Shades of Pelorous #1983BE

Tints of Pelorous #1983BE

RGB

 RED value IS 25 (10.16% from 255) = 7.23%

 GREEN value IS 131 (51.56% from 255) = 37.86%

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 7.23%
G = 37.86%
B = 54.91%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1983BE (or 0x1983BE) is known color: Pelorous. HEX triplet: 19, 83 and BE. RGB value is (25,131,190). Sum of RGB (Red+Green+Blue) = 25+131+190=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #1983BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983BE is #E67C41. Grayscale: #696969. Windows color (decimal): -15105090 or 12485401. OLE color: 12485401.

HSL color Cylindrical-coordinate representation of color #1983BE: hue angle of 201.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1983BE is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 131 190 -
CMYK 0.87 0.31 0 0.25
HSL 201.45º 0.77% 0.42% -
HSV(B) 201.45º 0.87% 0.75% -
XYZ 17.81 20.16 51.67 -
YUV 106.03 175.38 70.2 -
System Red Green Blue C M Y K H S L
Decimal 25 131 190 0.87 0.31 0 0.25 201.45 0.77 0.42
Hex 19 83 BE 57 1F 0 19 C9 4D 2A
Octal 31 203 276 127 37 0 31 311 115 52
Binary 11001 10000011 10111110 1010111 11111 0 11001 11001001 1001101 101010

Color Harmonies of #1983BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983BE

Black with #1983BE

Text Example


Text Example

White with #1983BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1983BE; }

 p { color: rgb(25,131,190); }

 H1.HeaderClassName
 {
   color: #1983BE;
 }
 .AnyTagClassName
 {
   color: #1983BE;
 }
</style>

background-color css

<style>
 a { background-color: #1983BE; }

 a { background-color: rgb(25,131,190); }

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

border-color css

<style>
 span { border-color: #1983BE; }

 span { border-color: rgb(25,131,190); }

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