Html Css Color HEX #1389DA Pacific Blue

📋 copy color: '#1389DA'

red 19 ◦ green 137 ◦ blue 218

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

Shades of Pacific Blue #1389DA

Tints of Pacific Blue #1389DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 5.08%
G = 36.63%
B = 58.29%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1389DA (or 0x1389DA) is known color: Pacific Blue. HEX triplet: 13, 89 and DA. RGB value is (19,137,218). Sum of RGB (Red+Green+Blue) = 19+137+218=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #1389DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389DA is #EC7625. Grayscale: #6E6E6E. Windows color (decimal): -15496742 or 14321939. OLE color: 14321939.

HSL color Cylindrical-coordinate representation of color #1389DA: hue angle of 204.42º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1389DA is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 137 218 -
CMYK 0.91 0.37 0 0.15
HSL 204.42º 0.84% 0.46% -
HSV(B) 204.42º 0.91% 0.85% -
XYZ 21.87 23.09 69.63 -
YUV 110.95 188.41 62.41 -
System Red Green Blue C M Y K H S L
Decimal 19 137 218 0.91 0.37 0 0.15 204.42 0.84 0.46
Hex 13 89 DA 5B 25 0 F CC 54 2E
Octal 23 211 332 133 45 0 17 314 124 56
Binary 10011 10001001 11011010 1011011 100101 0 1111 11001100 1010100 101110

Color Harmonies of #1389DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389DA

Black with #1389DA

Text Example


Text Example

White with #1389DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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