Html Css Color HEX #1397B3 Pelorous

📋 copy color: '#1397B3'

red 19 ◦ green 151 ◦ blue 179

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

Shades of Pelorous #1397B3

Tints of Pelorous #1397B3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

 BLUE value IS 179 (70.31% from 255) = 51.29%

R = 5.44%
G = 43.27%
B = 51.29%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1397B3 (or 0x1397B3) is known color: Pelorous. HEX triplet: 13, 97 and B3. RGB value is (19,151,179). Sum of RGB (Red+Green+Blue) = 19+151+179=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #1397B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1397B3 is #EC684C. Grayscale: #727272. Windows color (decimal): -15493197 or 11769619. OLE color: 11769619.

HSL color Cylindrical-coordinate representation of color #1397B3: hue angle of 190.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1397B3 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 151 179 -
CMYK 0.89 0.16 0 0.30
HSL 190.5º 0.81% 0.39% -
HSV(B) 190.5º 0.89% 0.7% -
XYZ 19.47 25.53 46.55 -
YUV 114.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 19 151 179 0.89 0.16 0 0.30 190.5 0.81 0.39
Hex 13 97 B3 59 10 0 1E BE 51 27
Octal 23 227 263 131 20 0 36 276 121 47
Binary 10011 10010111 10110011 1011001 10000 0 11110 10111110 1010001 100111

Color Harmonies of #1397B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397B3

Black with #1397B3

Text Example


Text Example

White with #1397B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1397B3; }

 p { color: rgb(19,151,179); }

 H1.HeaderClassName
 {
   color: #1397B3;
 }
 .AnyTagClassName
 {
   color: #1397B3;
 }
</style>

background-color css

<style>
 a { background-color: #1397B3; }

 a { background-color: rgb(19,151,179); }

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

border-color css

<style>
 span { border-color: #1397B3; }

 span { border-color: rgb(19,151,179); }

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