Html Css Color HEX #138FC7 Pacific Blue

📋 copy color: '#138FC7'

red 19 ◦ green 143 ◦ blue 199

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

Shades of Pacific Blue #138FC7

Tints of Pacific Blue #138FC7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

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

R = 5.26%
G = 39.61%
B = 55.12%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#138FC7 (or 0x138FC7) is known color: Pacific Blue. HEX triplet: 13, 8F and C7. RGB value is (19,143,199). Sum of RGB (Red+Green+Blue) = 19+143+199=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #138FC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FC7 is #EC7038. Grayscale: #6F6F6F. Windows color (decimal): -15495225 or 13078291. OLE color: 13078291.

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

Color convert

RGB 19 143 199 -
CMYK 0.90 0.28 0 0.22
HSL 198.67º 0.83% 0.43% -
HSV(B) 198.67º 0.9% 0.78% -
XYZ 20.4 23.91 57.57 -
YUV 112.31 176.92 61.45 -
System Red Green Blue C M Y K H S L
Decimal 19 143 199 0.90 0.28 0 0.22 198.67 0.83 0.43
Hex 13 8F C7 5A 1C 0 16 C7 53 2B
Octal 23 217 307 132 34 0 26 307 123 53
Binary 10011 10001111 11000111 1011010 11100 0 10110 11000111 1010011 101011

Color Harmonies of #138FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FC7

Black with #138FC7

Text Example


Text Example

White with #138FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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