Html Css Color HEX #1384CD Pacific Blue

📋 copy color: '#1384CD'

red 19 ◦ green 132 ◦ blue 205

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

Shades of Pacific Blue #1384CD

Tints of Pacific Blue #1384CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 205 (80.47% from 255) = 57.58%

R = 5.34%
G = 37.08%
B = 57.58%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1384CD (or 0x1384CD) is known color: Pacific Blue. HEX triplet: 13, 84 and CD. RGB value is (19,132,205). Sum of RGB (Red+Green+Blue) = 19+132+205=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #1384CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1384CD is #EC7B32. Grayscale: #6A6A6A. Windows color (decimal): -15498035 or 13468691. OLE color: 13468691.

HSL color Cylindrical-coordinate representation of color #1384CD: hue angle of 203.55º 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 #1384CD is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 132 205 -
CMYK 0.91 0.36 0 0.20
HSL 203.55º 0.83% 0.44% -
HSV(B) 203.55º 0.91% 0.8% -
XYZ 19.54 21.05 60.79 -
YUV 106.54 183.56 65.56 -
System Red Green Blue C M Y K H S L
Decimal 19 132 205 0.91 0.36 0 0.20 203.55 0.83 0.44
Hex 13 84 CD 5B 24 0 14 CC 53 2C
Octal 23 204 315 133 44 0 24 314 123 54
Binary 10011 10000100 11001101 1011011 100100 0 10100 11001100 1010011 101100

Color Harmonies of #1384CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384CD

Black with #1384CD

Text Example


Text Example

White with #1384CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1384CD; }

 p { color: rgb(19,132,205); }

 H1.HeaderClassName
 {
   color: #1384CD;
 }
 .AnyTagClassName
 {
   color: #1384CD;
 }
</style>

background-color css

<style>
 a { background-color: #1384CD; }

 a { background-color: rgb(19,132,205); }

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

border-color css

<style>
 span { border-color: #1384CD; }

 span { border-color: rgb(19,132,205); }

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