Html Css Color HEX #1387CA Pacific Blue

📋 copy color: '#1387CA'

red 19 ◦ green 135 ◦ blue 202

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

Shades of Pacific Blue #1387CA

Tints of Pacific Blue #1387CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 5.34%
G = 37.92%
B = 56.74%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1387CA (or 0x1387CA) is known color: Pacific Blue. HEX triplet: 13, 87 and CA. RGB value is (19,135,202). Sum of RGB (Red+Green+Blue) = 19+135+202=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #1387CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387CA is #EC7835. Grayscale: #6B6B6B. Windows color (decimal): -15497270 or 13272851. OLE color: 13272851.

HSL color Cylindrical-coordinate representation of color #1387CA: hue angle of 201.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1387CA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 135 202 -
CMYK 0.91 0.33 0 0.21
HSL 201.97º 0.83% 0.43% -
HSV(B) 201.97º 0.91% 0.79% -
XYZ 19.59 21.73 59.04 -
YUV 107.95 181.07 64.55 -
System Red Green Blue C M Y K H S L
Decimal 19 135 202 0.91 0.33 0 0.21 201.97 0.83 0.43
Hex 13 87 CA 5B 21 0 15 CA 53 2B
Octal 23 207 312 133 41 0 25 312 123 53
Binary 10011 10000111 11001010 1011011 100001 0 10101 11001010 1010011 101011

Color Harmonies of #1387CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1387CA

Black with #1387CA

Text Example


Text Example

White with #1387CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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