Html Css Color HEX #138DCB Pacific Blue

📋 copy color: '#138DCB'

red 19 ◦ green 141 ◦ blue 203

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

Shades of Pacific Blue #138DCB

Tints of Pacific Blue #138DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

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

R = 5.23%
G = 38.84%
B = 55.92%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#138DCB (or 0x138DCB) is known color: Pacific Blue. HEX triplet: 13, 8D and CB. RGB value is (19,141,203). Sum of RGB (Red+Green+Blue) = 19+141+203=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #138DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DCB is #EC7234. Grayscale: #6F6F6F. Windows color (decimal): -15495733 or 13339923. OLE color: 13339923.

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

Color convert

RGB 19 141 203 -
CMYK 0.91 0.31 0 0.20
HSL 200.22º 0.83% 0.44% -
HSV(B) 200.22º 0.91% 0.8% -
XYZ 20.57 23.5 59.95 -
YUV 111.59 179.58 61.96 -
System Red Green Blue C M Y K H S L
Decimal 19 141 203 0.91 0.31 0 0.20 200.22 0.83 0.44
Hex 13 8D CB 5B 1F 0 14 C8 53 2C
Octal 23 215 313 133 37 0 24 310 123 54
Binary 10011 10001101 11001011 1011011 11111 0 10100 11001000 1010011 101100

Color Harmonies of #138DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DCB

Black with #138DCB

Text Example


Text Example

White with #138DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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