Html Css Color HEX #138BC5 Pacific Blue

📋 copy color: '#138BC5'

red 19 ◦ green 139 ◦ blue 197

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

Shades of Pacific Blue #138BC5

Tints of Pacific Blue #138BC5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

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

R = 5.35%
G = 39.15%
B = 55.49%

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

#138BC5 (or 0x138BC5) is known color: Pacific Blue. HEX triplet: 13, 8B and C5. RGB value is (19,139,197). Sum of RGB (Red+Green+Blue) = 19+139+197=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #138BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BC5 is #EC743A. Grayscale: #6D6D6D. Windows color (decimal): -15496251 or 12946195. OLE color: 12946195.

HSL color Cylindrical-coordinate representation of color #138BC5: hue angle of 199.55º 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 #138BC5 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 139 197 -
CMYK 0.90 0.29 0 0.23
HSL 199.55º 0.82% 0.42% -
HSV(B) 199.55º 0.9% 0.77% -
XYZ 19.58 22.63 56.16 -
YUV 109.73 177.24 63.28 -
System Red Green Blue C M Y K H S L
Decimal 19 139 197 0.90 0.29 0 0.23 199.55 0.82 0.42
Hex 13 8B C5 5A 1D 0 17 C8 52 2A
Octal 23 213 305 132 35 0 27 310 122 52
Binary 10011 10001011 11000101 1011010 11101 0 10111 11001000 1010010 101010

Color Harmonies of #138BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BC5

Black with #138BC5

Text Example


Text Example

White with #138BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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