Html Css Color HEX #1395AC Pelorous

📋 copy color: '#1395AC'

red 19 ◦ green 149 ◦ blue 172

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

Shades of Pelorous #1395AC

Tints of Pelorous #1395AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 5.59%
G = 43.82%
B = 50.59%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1395AC (or 0x1395AC) is known color: Pelorous. HEX triplet: 13, 95 and AC. RGB value is (19,149,172). Sum of RGB (Red+Green+Blue) = 19+149+172=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #1395AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1395AC is #EC6A53. Grayscale: #707070. Windows color (decimal): -15493716 or 11310355. OLE color: 11310355.

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

Color convert

RGB 19 149 172 -
CMYK 0.89 0.13 0 0.33
HSL 189.02º 0.8% 0.37% -
HSV(B) 189.02º 0.89% 0.67% -
XYZ 18.46 24.61 42.81 -
YUV 112.75 161.43 61.13 -
System Red Green Blue C M Y K H S L
Decimal 19 149 172 0.89 0.13 0 0.33 189.02 0.8 0.37
Hex 13 95 AC 59 D 0 21 BD 50 25
Octal 23 225 254 131 15 0 41 275 120 45
Binary 10011 10010101 10101100 1011001 1101 0 100001 10111101 1010000 100101

Color Harmonies of #1395AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1395AC

Black with #1395AC

Text Example


Text Example

White with #1395AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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