Html Css Color HEX #1388CC Pacific Blue

📋 copy color: '#1388CC'

red 19 ◦ green 136 ◦ blue 204

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

Shades of Pacific Blue #1388CC

Tints of Pacific Blue #1388CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

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

R = 5.29%
G = 37.88%
B = 56.82%

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

#1388CC (or 0x1388CC) is known color: Pacific Blue. HEX triplet: 13, 88 and CC. RGB value is (19,136,204). Sum of RGB (Red+Green+Blue) = 19+136+204=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #1388CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388CC is #EC7733. Grayscale: #6C6C6C. Windows color (decimal): -15497012 or 13404179. OLE color: 13404179.

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

Color convert

RGB 19 136 204 -
CMYK 0.91 0.33 0 0.2
HSL 202.05º 0.83% 0.44% -
HSV(B) 202.05º 0.91% 0.8% -
XYZ 19.97 22.11 60.34 -
YUV 108.77 181.74 63.97 -
System Red Green Blue C M Y K H S L
Decimal 19 136 204 0.91 0.33 0 0.2 202.05 0.83 0.44
Hex 13 88 CC 5B 21 0 14 CA 53 2C
Octal 23 210 314 133 41 0 24 312 123 54
Binary 10011 10001000 11001100 1011011 100001 0 10100 11001010 1010011 101100

Color Harmonies of #1388CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388CC

Black with #1388CC

Text Example


Text Example

White with #1388CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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