Html Css Color HEX #1399AB Pelorous

📋 copy color: '#1399AB'

red 19 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #1399AB

Tints of Pelorous #1399AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 5.54%
G = 44.61%
B = 49.85%

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

#1399AB (or 0x1399AB) is known color: Pelorous. HEX triplet: 13, 99 and AB. RGB value is (19,153,171). Sum of RGB (Red+Green+Blue) = 19+153+171=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #1399AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1399AB is #EC6654. Grayscale: #727272. Windows color (decimal): -15492693 or 11245843. OLE color: 11245843.

HSL color Cylindrical-coordinate representation of color #1399AB: hue angle of 187.11º 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 #1399AB is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 153 171 -
CMYK 0.89 0.11 0 0.33
HSL 187.11º 0.8% 0.37% -
HSV(B) 187.11º 0.89% 0.67% -
XYZ 19.01 25.86 42.52 -
YUV 114.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 19 153 171 0.89 0.11 0 0.33 187.11 0.8 0.37
Hex 13 99 AB 59 B 0 21 BB 50 25
Octal 23 231 253 131 13 0 41 273 120 45
Binary 10011 10011001 10101011 1011001 1011 0 100001 10111011 1010000 100101

Color Harmonies of #1399AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399AB

Black with #1399AB

Text Example


Text Example

White with #1399AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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