Html Css Color HEX #1399AC Pelorous

📋 copy color: '#1399AC'

red 19 ◦ green 153 ◦ blue 172

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

Shades of Pelorous #1399AC

Tints of Pelorous #1399AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 172 (67.58% from 255) = 50%

R = 5.52%
G = 44.48%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1399AC (or 0x1399AC) is known color: Pelorous. HEX triplet: 13, 99 and AC. RGB value is (19,153,172). Sum of RGB (Red+Green+Blue) = 19+153+172=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #1399AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1399AC is #EC6653. Grayscale: #727272. Windows color (decimal): -15492692 or 11311379. OLE color: 11311379.

HSL color Cylindrical-coordinate representation of color #1399AC: hue angle of 187.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1399AC is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 153 172 -
CMYK 0.89 0.11 0 0.33
HSL 187.45º 0.8% 0.37% -
HSV(B) 187.45º 0.89% 0.67% -
XYZ 19.11 25.9 43.02 -
YUV 115.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 19 153 172 0.89 0.11 0 0.33 187.45 0.8 0.37
Hex 13 99 AC 59 B 0 21 BB 50 25
Octal 23 231 254 131 13 0 41 273 120 45
Binary 10011 10011001 10101100 1011001 1011 0 100001 10111011 1010000 100101

Color Harmonies of #1399AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399AC

Black with #1399AC

Text Example


Text Example

White with #1399AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1399AC; }

 p { color: rgb(19,153,172); }

 H1.HeaderClassName
 {
   color: #1399AC;
 }
 .AnyTagClassName
 {
   color: #1399AC;
 }
</style>

background-color css

<style>
 a { background-color: #1399AC; }

 a { background-color: rgb(19,153,172); }

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

border-color css

<style>
 span { border-color: #1399AC; }

 span { border-color: rgb(19,153,172); }

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