Html Css Color HEX #1398AA Pelorous

📋 copy color: '#1398AA'

red 19 ◦ green 152 ◦ blue 170

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

Shades of Pelorous #1398AA

Tints of Pelorous #1398AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 5.57%
G = 44.57%
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

#1398AA (or 0x1398AA) is known color: Pelorous. HEX triplet: 13, 98 and AA. RGB value is (19,152,170). Sum of RGB (Red+Green+Blue) = 19+152+170=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #1398AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1398AA is #EC6755. Grayscale: #727272. Windows color (decimal): -15492950 or 11180051. OLE color: 11180051.

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

Color convert

RGB 19 152 170 -
CMYK 0.89 0.11 0 0.33
HSL 187.15º 0.8% 0.37% -
HSV(B) 187.15º 0.89% 0.67% -
XYZ 18.75 25.5 41.96 -
YUV 114.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 19 152 170 0.89 0.11 0 0.33 187.15 0.8 0.37
Hex 13 98 AA 59 B 0 21 BB 50 25
Octal 23 230 252 131 13 0 41 273 120 45
Binary 10011 10011000 10101010 1011001 1011 0 100001 10111011 1010000 100101

Color Harmonies of #1398AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1398AA

Black with #1398AA

Text Example


Text Example

White with #1398AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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