Html Css Color HEX #1387CC Pacific Blue

📋 copy color: '#1387CC'

red 19 ◦ green 135 ◦ blue 204

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

Shades of Pacific Blue #1387CC

Tints of Pacific Blue #1387CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 5.31%
G = 37.71%
B = 56.98%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1387CC (or 0x1387CC) is known color: Pacific Blue. HEX triplet: 13, 87 and CC. RGB value is (19,135,204). Sum of RGB (Red+Green+Blue) = 19+135+204=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1387CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387CC is #EC7833. Grayscale: #6B6B6B. Windows color (decimal): -15497268 or 13403923. OLE color: 13403923.

HSL color Cylindrical-coordinate representation of color #1387CC: hue angle of 202.38º 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 #1387CC is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 135 204 -
CMYK 0.91 0.34 0 0.2
HSL 202.38º 0.83% 0.44% -
HSV(B) 202.38º 0.91% 0.8% -
XYZ 19.83 21.83 60.29 -
YUV 108.18 182.07 64.39 -
System Red Green Blue C M Y K H S L
Decimal 19 135 204 0.91 0.34 0 0.2 202.38 0.83 0.44
Hex 13 87 CC 5B 22 0 14 CA 53 2C
Octal 23 207 314 133 42 0 24 312 123 54
Binary 10011 10000111 11001100 1011011 100010 0 10100 11001010 1010011 101100

Color Harmonies of #1387CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387CC

Black with #1387CC

Text Example


Text Example

White with #1387CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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