Html Css Color HEX #139CCB Pacific Blue

📋 copy color: '#139CCB'

red 19 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #139CCB

Tints of Pacific Blue #139CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 5.03%
G = 41.27%
B = 53.7%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#139CCB (or 0x139CCB) is known color: Pacific Blue. HEX triplet: 13, 9C and CB. RGB value is (19,156,203). Sum of RGB (Red+Green+Blue) = 19+156+203=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #139CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139CCB is #EC6334. Grayscale: #787878. Windows color (decimal): -15491893 or 13343763. OLE color: 13343763.

HSL color Cylindrical-coordinate representation of color #139CCB: hue angle of 195.33º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #139CCB is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 156 203 -
CMYK 0.91 0.23 0 0.20
HSL 195.33º 0.83% 0.44% -
HSV(B) 195.33º 0.91% 0.8% -
XYZ 22.94 28.23 60.74 -
YUV 120.4 174.61 55.68 -
System Red Green Blue C M Y K H S L
Decimal 19 156 203 0.91 0.23 0 0.20 195.33 0.83 0.44
Hex 13 9C CB 5B 17 0 14 C3 53 2C
Octal 23 234 313 133 27 0 24 303 123 54
Binary 10011 10011100 11001011 1011011 10111 0 10100 11000011 1010011 101100

Color Harmonies of #139CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CCB

Black with #139CCB

Text Example


Text Example

White with #139CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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