Html Css Color HEX #138BC7 Pacific Blue

📋 copy color: '#138BC7'

red 19 ◦ green 139 ◦ blue 199

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

Shades of Pacific Blue #138BC7

Tints of Pacific Blue #138BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 55.74%

R = 5.32%
G = 38.94%
B = 55.74%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#138BC7 (or 0x138BC7) is known color: Pacific Blue. HEX triplet: 13, 8B and C7. RGB value is (19,139,199). Sum of RGB (Red+Green+Blue) = 19+139+199=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 199 (78.12% from 255 or 55.74% from 357); Max value from RGB is 199 - color contains mainly: blue. Hex color #138BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BC7 is #EC7438. Grayscale: #6D6D6D. Windows color (decimal): -15496249 or 13077267. OLE color: 13077267.

HSL color Cylindrical-coordinate representation of color #138BC7: hue angle of 200º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138BC7 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 139 199 -
CMYK 0.90 0.30 0 0.22
HSL 200º 0.83% 0.43% -
HSV(B) 200º 0.9% 0.78% -
XYZ 19.81 22.73 57.38 -
YUV 109.96 178.24 63.12 -
System Red Green Blue C M Y K H S L
Decimal 19 139 199 0.90 0.30 0 0.22 200 0.83 0.43
Hex 13 8B C7 5A 1E 0 16 C8 53 2B
Octal 23 213 307 132 36 0 26 310 123 53
Binary 10011 10001011 11000111 1011010 11110 0 10110 11001000 1010011 101011

Color Harmonies of #138BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BC7

Black with #138BC7

Text Example


Text Example

White with #138BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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