Html Css Color HEX #1396B4 Pelorous

📋 copy color: '#1396B4'

red 19 ◦ green 150 ◦ blue 180

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

Shades of Pelorous #1396B4

Tints of Pelorous #1396B4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

 BLUE value IS 180 (70.7% from 255) = 51.58%

R = 5.44%
G = 42.98%
B = 51.58%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1396B4 (or 0x1396B4) is known color: Pelorous. HEX triplet: 13, 96 and B4. RGB value is (19,150,180). Sum of RGB (Red+Green+Blue) = 19+150+180=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #1396B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1396B4 is #EC694B. Grayscale: #727272. Windows color (decimal): -15493452 or 11834899. OLE color: 11834899.

HSL color Cylindrical-coordinate representation of color #1396B4: hue angle of 191.18º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1396B4 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 150 180 -
CMYK 0.89 0.17 0 0.29
HSL 191.18º 0.81% 0.39% -
HSV(B) 191.18º 0.89% 0.71% -
XYZ 19.41 25.25 47.03 -
YUV 114.25 165.1 60.06 -
System Red Green Blue C M Y K H S L
Decimal 19 150 180 0.89 0.17 0 0.29 191.18 0.81 0.39
Hex 13 96 B4 59 11 0 1D BF 51 27
Octal 23 226 264 131 21 0 35 277 121 47
Binary 10011 10010110 10110100 1011001 10001 0 11101 10111111 1010001 100111

Color Harmonies of #1396B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396B4

Black with #1396B4

Text Example


Text Example

White with #1396B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1396B4; }

 p { color: rgb(19,150,180); }

 H1.HeaderClassName
 {
   color: #1396B4;
 }
 .AnyTagClassName
 {
   color: #1396B4;
 }
</style>

background-color css

<style>
 a { background-color: #1396B4; }

 a { background-color: rgb(19,150,180); }

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

border-color css

<style>
 span { border-color: #1396B4; }

 span { border-color: rgb(19,150,180); }

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