Html Css Color HEX #1494AF Pelorous

📋 copy color: '#1494AF'

red 20 ◦ green 148 ◦ blue 175

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

Shades of Pelorous #1494AF

Tints of Pelorous #1494AF

RGB

 RED value IS 20 (8.2% from 255) = 5.83%

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

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 5.83%
G = 43.15%
B = 51.02%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1494AF (or 0x1494AF) is known color: Pelorous. HEX triplet: 14, 94 and AF. RGB value is (20,148,175). Sum of RGB (Red+Green+Blue) = 20+148+175=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #1494AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1494AF is #EB6B50. Grayscale: #707070. Windows color (decimal): -15428433 or 11506708. OLE color: 11506708.

HSL color Cylindrical-coordinate representation of color #1494AF: hue angle of 190.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1494AF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 148 175 -
CMYK 0.89 0.15 0 0.31
HSL 190.45º 0.79% 0.38% -
HSV(B) 190.45º 0.89% 0.69% -
XYZ 18.62 24.42 44.29 -
YUV 112.81 163.09 61.8 -
System Red Green Blue C M Y K H S L
Decimal 20 148 175 0.89 0.15 0 0.31 190.45 0.79 0.38
Hex 14 94 AF 59 F 0 1F BE 4F 26
Octal 24 224 257 131 17 0 37 276 117 46
Binary 10100 10010100 10101111 1011001 1111 0 11111 10111110 1001111 100110

Color Harmonies of #1494AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1494AF

Black with #1494AF

Text Example


Text Example

White with #1494AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1494AF; }

 p { color: rgb(20,148,175); }

 H1.HeaderClassName
 {
   color: #1494AF;
 }
 .AnyTagClassName
 {
   color: #1494AF;
 }
</style>

background-color css

<style>
 a { background-color: #1494AF; }

 a { background-color: rgb(20,148,175); }

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

border-color css

<style>
 span { border-color: #1494AF; }

 span { border-color: rgb(20,148,175); }

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