Html Css Color HEX #1398BE Pacific Blue

📋 copy color: '#1398BE'

red 19 ◦ green 152 ◦ blue 190

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

Shades of Pacific Blue #1398BE

Tints of Pacific Blue #1398BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 5.26%
G = 42.11%
B = 52.63%

CMYK

 C value IS 0.90

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1398BE (or 0x1398BE) is known color: Pacific Blue. HEX triplet: 13, 98 and BE. RGB value is (19,152,190). Sum of RGB (Red+Green+Blue) = 19+152+190=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #1398BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1398BE is #EC6741. Grayscale: #747474. Windows color (decimal): -15492930 or 12490771. OLE color: 12490771.

HSL color Cylindrical-coordinate representation of color #1398BE: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1398BE is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 152 190 -
CMYK 0.90 0.2 0 0.25
HSL 193.33º 0.82% 0.41% -
HSV(B) 193.33º 0.9% 0.75% -
XYZ 20.79 26.31 52.7 -
YUV 116.57 169.44 58.41 -
System Red Green Blue C M Y K H S L
Decimal 19 152 190 0.90 0.2 0 0.25 193.33 0.82 0.41
Hex 13 98 BE 5A 14 0 19 C1 52 29
Octal 23 230 276 132 24 0 31 301 122 51
Binary 10011 10011000 10111110 1011010 10100 0 11001 11000001 1010010 101001

Color Harmonies of #1398BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1398BE

Black with #1398BE

Text Example


Text Example

White with #1398BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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