Html Css Color HEX #1985BA Pelorous

📋 copy color: '#1985BA'

red 25 ◦ green 133 ◦ blue 186

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

Shades of Pelorous #1985BA

Tints of Pelorous #1985BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

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

R = 7.27%
G = 38.66%
B = 54.07%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1985BA (or 0x1985BA) is known color: Pelorous. HEX triplet: 19, 85 and BA. RGB value is (25,133,186). Sum of RGB (Red+Green+Blue) = 25+133+186=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #1985BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1985BA is #E67A45. Grayscale: #6A6A6A. Windows color (decimal): -15104582 or 12223769. OLE color: 12223769.

HSL color Cylindrical-coordinate representation of color #1985BA: hue angle of 199.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1985BA is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 133 186 -
CMYK 0.87 0.28 0 0.27
HSL 199.75º 0.76% 0.41% -
HSV(B) 199.75º 0.87% 0.73% -
XYZ 17.65 20.53 49.49 -
YUV 106.75 172.72 69.69 -
System Red Green Blue C M Y K H S L
Decimal 25 133 186 0.87 0.28 0 0.27 199.75 0.76 0.41
Hex 19 85 BA 57 1C 0 1B C8 4C 29
Octal 31 205 272 127 34 0 33 310 114 51
Binary 11001 10000101 10111010 1010111 11100 0 11011 11001000 1001100 101001

Color Harmonies of #1985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985BA

Black with #1985BA

Text Example


Text Example

White with #1985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1985BA; }

 p { color: rgb(25,133,186); }

 H1.HeaderClassName
 {
   color: #1985BA;
 }
 .AnyTagClassName
 {
   color: #1985BA;
 }
</style>

background-color css

<style>
 a { background-color: #1985BA; }

 a { background-color: rgb(25,133,186); }

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

border-color css

<style>
 span { border-color: #1985BA; }

 span { border-color: rgb(25,133,186); }

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