Html Css Color HEX #138BCB Pacific Blue

📋 copy color: '#138BCB'

red 19 ◦ green 139 ◦ blue 203

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

Shades of Pacific Blue #138BCB

Tints of Pacific Blue #138BCB

RGB

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

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

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

R = 5.26%
G = 38.5%
B = 56.23%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#138BCB (or 0x138BCB) is known color: Pacific Blue. HEX triplet: 13, 8B and CB. RGB value is (19,139,203). Sum of RGB (Red+Green+Blue) = 19+139+203=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #138BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BCB is #EC7434. Grayscale: #6E6E6E. Windows color (decimal): -15496245 or 13339411. OLE color: 13339411.

HSL color Cylindrical-coordinate representation of color #138BCB: hue angle of 200.87º 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 #138BCB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 139 203 -
CMYK 0.91 0.32 0 0.20
HSL 200.87º 0.83% 0.44% -
HSV(B) 200.87º 0.91% 0.8% -
XYZ 20.28 22.92 59.85 -
YUV 110.42 180.24 62.8 -
System Red Green Blue C M Y K H S L
Decimal 19 139 203 0.91 0.32 0 0.20 200.87 0.83 0.44
Hex 13 8B CB 5B 20 0 14 C9 53 2C
Octal 23 213 313 133 40 0 24 311 123 54
Binary 10011 10001011 11001011 1011011 100000 0 10100 11001001 1010011 101100

Color Harmonies of #138BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BCB

Black with #138BCB

Text Example


Text Example

White with #138BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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