Html Css Color HEX #1389CC Pacific Blue

📋 copy color: '#1389CC'

red 19 ◦ green 137 ◦ blue 204

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

Shades of Pacific Blue #1389CC

Tints of Pacific Blue #1389CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 5.28%
G = 38.06%
B = 56.67%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1389CC (or 0x1389CC) is known color: Pacific Blue. HEX triplet: 13, 89 and CC. RGB value is (19,137,204). Sum of RGB (Red+Green+Blue) = 19+137+204=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #1389CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389CC is #EC7633. Grayscale: #6C6C6C. Windows color (decimal): -15496756 or 13404435. OLE color: 13404435.

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

Color convert

RGB 19 137 204 -
CMYK 0.91 0.33 0 0.2
HSL 201.73º 0.83% 0.44% -
HSV(B) 201.73º 0.91% 0.8% -
XYZ 20.11 22.39 60.39 -
YUV 109.36 181.41 63.55 -
System Red Green Blue C M Y K H S L
Decimal 19 137 204 0.91 0.33 0 0.2 201.73 0.83 0.44
Hex 13 89 CC 5B 21 0 14 CA 53 2C
Octal 23 211 314 133 41 0 24 312 123 54
Binary 10011 10001001 11001100 1011011 100001 0 10100 11001010 1010011 101100

Color Harmonies of #1389CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389CC

Black with #1389CC

Text Example


Text Example

White with #1389CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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