Html Css Color HEX #1994B4 Pelorous

📋 copy color: '#1994B4'

red 25 ◦ green 148 ◦ blue 180

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

Shades of Pelorous #1994B4

Tints of Pelorous #1994B4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 7.08%
G = 41.93%
B = 50.99%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1994B4 (or 0x1994B4) is known color: Pelorous. HEX triplet: 19, 94 and B4. RGB value is (25,148,180). Sum of RGB (Red+Green+Blue) = 25+148+180=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #1994B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1994B4 is #E66B4B. Grayscale: #727272. Windows color (decimal): -15100748 or 11834393. OLE color: 11834393.

HSL color Cylindrical-coordinate representation of color #1994B4: hue angle of 192.39º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1994B4 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 148 180 -
CMYK 0.86 0.18 0 0.29
HSL 192.39º 0.76% 0.4% -
HSV(B) 192.39º 0.86% 0.71% -
XYZ 19.23 24.68 46.93 -
YUV 114.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 25 148 180 0.86 0.18 0 0.29 192.39 0.76 0.4
Hex 19 94 B4 56 12 0 1D C0 4C 28
Octal 31 224 264 126 22 0 35 300 114 50
Binary 11001 10010100 10110100 1010110 10010 0 11101 11000000 1001100 101000

Color Harmonies of #1994B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994B4

Black with #1994B4

Text Example


Text Example

White with #1994B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1994B4; }

 p { color: rgb(25,148,180); }

 H1.HeaderClassName
 {
   color: #1994B4;
 }
 .AnyTagClassName
 {
   color: #1994B4;
 }
</style>

background-color css

<style>
 a { background-color: #1994B4; }

 a { background-color: rgb(25,148,180); }

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

border-color css

<style>
 span { border-color: #1994B4; }

 span { border-color: rgb(25,148,180); }

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