Html Css Color HEX #1389CF Pacific Blue

📋 copy color: '#1389CF'

red 19 ◦ green 137 ◦ blue 207

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

Shades of Pacific Blue #1389CF

Tints of Pacific Blue #1389CF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 5.23%
G = 37.74%
B = 57.02%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1389CF (or 0x1389CF) is known color: Pacific Blue. HEX triplet: 13, 89 and CF. RGB value is (19,137,207). Sum of RGB (Red+Green+Blue) = 19+137+207=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #1389CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389CF is #EC7630. Grayscale: #6D6D6D. Windows color (decimal): -15496753 or 13601043. OLE color: 13601043.

HSL color Cylindrical-coordinate representation of color #1389CF: hue angle of 202.34º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1389CF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 137 207 -
CMYK 0.91 0.34 0 0.19
HSL 202.34º 0.83% 0.44% -
HSV(B) 202.34º 0.91% 0.81% -
XYZ 20.48 22.53 62.3 -
YUV 109.7 182.91 63.31 -
System Red Green Blue C M Y K H S L
Decimal 19 137 207 0.91 0.34 0 0.19 202.34 0.83 0.44
Hex 13 89 CF 5B 22 0 13 CA 53 2C
Octal 23 211 317 133 42 0 23 312 123 54
Binary 10011 10001001 11001111 1011011 100010 0 10011 11001010 1010011 101100

Color Harmonies of #1389CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389CF

Black with #1389CF

Text Example


Text Example

White with #1389CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1389CF; }

 p { color: rgb(19,137,207); }

 H1.HeaderClassName
 {
   color: #1389CF;
 }
 .AnyTagClassName
 {
   color: #1389CF;
 }
</style>

background-color css

<style>
 a { background-color: #1389CF; }

 a { background-color: rgb(19,137,207); }

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

border-color css

<style>
 span { border-color: #1389CF; }

 span { border-color: rgb(19,137,207); }

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