Html Css Color HEX #1388CA Pacific Blue

📋 copy color: '#1388CA'

red 19 ◦ green 136 ◦ blue 202

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

Shades of Pacific Blue #1388CA

Tints of Pacific Blue #1388CA

RGB

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

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

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

R = 5.32%
G = 38.1%
B = 56.58%

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

#1388CA (or 0x1388CA) is known color: Pacific Blue. HEX triplet: 13, 88 and CA. RGB value is (19,136,202). Sum of RGB (Red+Green+Blue) = 19+136+202=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #1388CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388CA is #EC7735. Grayscale: #6C6C6C. Windows color (decimal): -15497014 or 13273107. OLE color: 13273107.

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

Color convert

RGB 19 136 202 -
CMYK 0.91 0.33 0 0.21
HSL 201.64º 0.83% 0.43% -
HSV(B) 201.64º 0.91% 0.79% -
XYZ 19.73 22.01 59.09 -
YUV 108.54 180.74 64.13 -
System Red Green Blue C M Y K H S L
Decimal 19 136 202 0.91 0.33 0 0.21 201.64 0.83 0.43
Hex 13 88 CA 5B 21 0 15 CA 53 2B
Octal 23 210 312 133 41 0 25 312 123 53
Binary 10011 10001000 11001010 1011011 100001 0 10101 11001010 1010011 101011

Color Harmonies of #1388CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388CA

Black with #1388CA

Text Example


Text Example

White with #1388CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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