Html Css Color HEX #1399AA Pelorous

📋 copy color: '#1399AA'

red 19 ◦ green 153 ◦ blue 170

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

Shades of Pelorous #1399AA

Tints of Pelorous #1399AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 5.56%
G = 44.74%
B = 49.71%

CMYK

 C value IS 0.89

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1399AA (or 0x1399AA) is known color: Pelorous. HEX triplet: 13, 99 and AA. RGB value is (19,153,170). Sum of RGB (Red+Green+Blue) = 19+153+170=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #1399AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1399AA is #EC6655. Grayscale: #727272. Windows color (decimal): -15492694 or 11180307. OLE color: 11180307.

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

Color convert

RGB 19 153 170 -
CMYK 0.89 0.1 0 0.33
HSL 186.76º 0.8% 0.37% -
HSV(B) 186.76º 0.89% 0.67% -
XYZ 18.92 25.82 42.02 -
YUV 114.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 19 153 170 0.89 0.1 0 0.33 186.76 0.8 0.37
Hex 13 99 AA 59 A 0 21 BB 50 25
Octal 23 231 252 131 12 0 41 273 120 45
Binary 10011 10011001 10101010 1011001 1010 0 100001 10111011 1010000 100101

Color Harmonies of #1399AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399AA

Black with #1399AA

Text Example


Text Example

White with #1399AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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