Html Css Color HEX #1394AF Pelorous

📋 copy color: '#1394AF'

red 19 ◦ green 148 ◦ blue 175

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

Shades of Pelorous #1394AF

Tints of Pelorous #1394AF

RGB

 RED value IS 19 (7.81% from 255) = 5.56%

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

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

R = 5.56%
G = 43.27%
B = 51.17%

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

#1394AF (or 0x1394AF) is known color: Pelorous. HEX triplet: 13, 94 and AF. RGB value is (19,148,175). Sum of RGB (Red+Green+Blue) = 19+148+175=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #1394AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1394AF is #EC6B50. Grayscale: #707070. Windows color (decimal): -15493969 or 11506707. OLE color: 11506707.

HSL color Cylindrical-coordinate representation of color #1394AF: hue angle of 190.38º degrees, saturation: 0.8, 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 #1394AF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 148 175 -
CMYK 0.89 0.15 0 0.31
HSL 190.38º 0.8% 0.38% -
HSV(B) 190.38º 0.89% 0.69% -
XYZ 18.6 24.41 44.29 -
YUV 112.51 163.26 61.3 -
System Red Green Blue C M Y K H S L
Decimal 19 148 175 0.89 0.15 0 0.31 190.38 0.8 0.38
Hex 13 94 AF 59 F 0 1F BE 50 26
Octal 23 224 257 131 17 0 37 276 120 46
Binary 10011 10010100 10101111 1011001 1111 0 11111 10111110 1010000 100110

Color Harmonies of #1394AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1394AF

Black with #1394AF

Text Example


Text Example

White with #1394AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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