Html Css Color HEX #1395AA Pelorous

📋 copy color: '#1395AA'

red 19 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #1395AA

Tints of Pelorous #1395AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 5.62%
G = 44.08%
B = 50.3%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1395AA (or 0x1395AA) is known color: Pelorous. HEX triplet: 13, 95 and AA. RGB value is (19,149,170). Sum of RGB (Red+Green+Blue) = 19+149+170=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #1395AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1395AA is #EC6A55. Grayscale: #707070. Windows color (decimal): -15493718 or 11179283. OLE color: 11179283.

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

Color convert

RGB 19 149 170 -
CMYK 0.89 0.12 0 0.33
HSL 188.34º 0.8% 0.37% -
HSV(B) 188.34º 0.89% 0.67% -
XYZ 18.27 24.54 41.8 -
YUV 112.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 19 149 170 0.89 0.12 0 0.33 188.34 0.8 0.37
Hex 13 95 AA 59 C 0 21 BC 50 25
Octal 23 225 252 131 14 0 41 274 120 45
Binary 10011 10010101 10101010 1011001 1100 0 100001 10111100 1010000 100101

Color Harmonies of #1395AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395AA

Black with #1395AA

Text Example


Text Example

White with #1395AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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