Html Css Color HEX #1398A5 Pelorous

📋 copy color: '#1398A5'

red 19 ◦ green 152 ◦ blue 165

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

Shades of Pelorous #1398A5

Tints of Pelorous #1398A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.11%

R = 5.65%
G = 45.24%
B = 49.11%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1398A5 (or 0x1398A5) is known color: Pelorous. HEX triplet: 13, 98 and A5. RGB value is (19,152,165). Sum of RGB (Red+Green+Blue) = 19+152+165=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #1398A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1398A5 is #EC675A. Grayscale: #717171. Windows color (decimal): -15492955 or 10852371. OLE color: 10852371.

HSL color Cylindrical-coordinate representation of color #1398A5: hue angle of 185.34º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1398A5 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 152 165 -
CMYK 0.88 0.08 0 0.35
HSL 185.34º 0.79% 0.36% -
HSV(B) 185.34º 0.88% 0.65% -
XYZ 18.29 25.31 39.52 -
YUV 113.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 19 152 165 0.88 0.08 0 0.35 185.34 0.79 0.36
Hex 13 98 A5 58 8 0 23 B9 4F 24
Octal 23 230 245 130 10 0 43 271 117 44
Binary 10011 10011000 10100101 1011000 1000 0 100011 10111001 1001111 100100

Color Harmonies of #1398A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1398A5

Black with #1398A5

Text Example


Text Example

White with #1398A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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