Html Css Color HEX #138CC5 Pacific Blue

📋 copy color: '#138CC5'

red 19 ◦ green 140 ◦ blue 197

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

Shades of Pacific Blue #138CC5

Tints of Pacific Blue #138CC5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

 BLUE value IS 197 (77.34% from 255) = 55.34%

R = 5.34%
G = 39.33%
B = 55.34%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#138CC5 (or 0x138CC5) is known color: Pacific Blue. HEX triplet: 13, 8C and C5. RGB value is (19,140,197). Sum of RGB (Red+Green+Blue) = 19+140+197=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #138CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CC5 is #EC733A. Grayscale: #6D6D6D. Windows color (decimal): -15495995 or 12946451. OLE color: 12946451.

HSL color Cylindrical-coordinate representation of color #138CC5: hue angle of 199.21º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138CC5 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 140 197 -
CMYK 0.90 0.29 0 0.23
HSL 199.21º 0.82% 0.42% -
HSV(B) 199.21º 0.9% 0.77% -
XYZ 19.72 22.93 56.21 -
YUV 110.32 176.91 62.87 -
System Red Green Blue C M Y K H S L
Decimal 19 140 197 0.90 0.29 0 0.23 199.21 0.82 0.42
Hex 13 8C C5 5A 1D 0 17 C7 52 2A
Octal 23 214 305 132 35 0 27 307 122 52
Binary 10011 10001100 11000101 1011010 11101 0 10111 11000111 1010010 101010

Color Harmonies of #138CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CC5

Black with #138CC5

Text Example


Text Example

White with #138CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138CC5; }

 p { color: rgb(19,140,197); }

 H1.HeaderClassName
 {
   color: #138CC5;
 }
 .AnyTagClassName
 {
   color: #138CC5;
 }
</style>

background-color css

<style>
 a { background-color: #138CC5; }

 a { background-color: rgb(19,140,197); }

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

border-color css

<style>
 span { border-color: #138CC5; }

 span { border-color: rgb(19,140,197); }

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