Html Css Color HEX #139CDB Pacific Blue

📋 copy color: '#139CDB'

red 19 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #139CDB

Tints of Pacific Blue #139CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 219 (85.94% from 255) = 55.58%

R = 4.82%
G = 39.59%
B = 55.58%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#139CDB (or 0x139CDB) is known color: Pacific Blue. HEX triplet: 13, 9C and DB. RGB value is (19,156,219). Sum of RGB (Red+Green+Blue) = 19+156+219=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #139CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CDB is #EC6324. Grayscale: #797979. Windows color (decimal): -15491877 or 14392339. OLE color: 14392339.

HSL color Cylindrical-coordinate representation of color #139CDB: hue angle of 198.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CDB is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 156 219 -
CMYK 0.91 0.29 0 0.14
HSL 198.9º 0.84% 0.47% -
HSV(B) 198.9º 0.91% 0.86% -
XYZ 24.94 29.03 71.31 -
YUV 122.22 182.61 54.38 -
System Red Green Blue C M Y K H S L
Decimal 19 156 219 0.91 0.29 0 0.14 198.9 0.84 0.47
Hex 13 9C DB 5B 1D 0 E C7 54 2F
Octal 23 234 333 133 35 0 16 307 124 57
Binary 10011 10011100 11011011 1011011 11101 0 1110 11000111 1010100 101111

Color Harmonies of #139CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CDB

Black with #139CDB

Text Example


Text Example

White with #139CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139CDB; }

 p { color: rgb(19,156,219); }

 H1.HeaderClassName
 {
   color: #139CDB;
 }
 .AnyTagClassName
 {
   color: #139CDB;
 }
</style>

background-color css

<style>
 a { background-color: #139CDB; }

 a { background-color: rgb(19,156,219); }

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

border-color css

<style>
 span { border-color: #139CDB; }

 span { border-color: rgb(19,156,219); }

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