Html Css Color HEX #1399BE Pacific Blue

📋 copy color: '#1399BE'

red 19 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #1399BE

Tints of Pacific Blue #1399BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 5.25%
G = 42.27%
B = 52.49%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1399BE (or 0x1399BE) is known color: Pacific Blue. HEX triplet: 13, 99 and BE. RGB value is (19,153,190). Sum of RGB (Red+Green+Blue) = 19+153+190=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #1399BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399BE is #EC6641. Grayscale: #747474. Windows color (decimal): -15492674 or 12491027. OLE color: 12491027.

HSL color Cylindrical-coordinate representation of color #1399BE: hue angle of 192.98º 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 #1399BE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 153 190 -
CMYK 0.90 0.19 0 0.25
HSL 192.98º 0.82% 0.41% -
HSV(B) 192.98º 0.9% 0.75% -
XYZ 20.95 26.64 52.75 -
YUV 117.15 169.11 57.99 -
System Red Green Blue C M Y K H S L
Decimal 19 153 190 0.90 0.19 0 0.25 192.98 0.82 0.41
Hex 13 99 BE 5A 13 0 19 C1 52 29
Octal 23 231 276 132 23 0 31 301 122 51
Binary 10011 10011001 10111110 1011010 10011 0 11001 11000001 1010010 101001

Color Harmonies of #1399BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399BE

Black with #1399BE

Text Example


Text Example

White with #1399BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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