Html Css Color HEX #138ACB Pacific Blue

📋 copy color: '#138ACB'

red 19 ◦ green 138 ◦ blue 203

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

Shades of Pacific Blue #138ACB

Tints of Pacific Blue #138ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

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

R = 5.28%
G = 38.33%
B = 56.39%

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

#138ACB (or 0x138ACB) is known color: Pacific Blue. HEX triplet: 13, 8A and CB. RGB value is (19,138,203). Sum of RGB (Red+Green+Blue) = 19+138+203=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #138ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ACB is #EC7534. Grayscale: #6D6D6D. Windows color (decimal): -15496501 or 13339155. OLE color: 13339155.

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

Color convert

RGB 19 138 203 -
CMYK 0.91 0.32 0 0.20
HSL 201.2º 0.83% 0.44% -
HSV(B) 201.2º 0.91% 0.8% -
XYZ 20.14 22.63 59.81 -
YUV 109.83 180.58 63.21 -
System Red Green Blue C M Y K H S L
Decimal 19 138 203 0.91 0.32 0 0.20 201.2 0.83 0.44
Hex 13 8A CB 5B 20 0 14 C9 53 2C
Octal 23 212 313 133 40 0 24 311 123 54
Binary 10011 10001010 11001011 1011011 100000 0 10100 11001001 1010011 101100

Color Harmonies of #138ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ACB

Black with #138ACB

Text Example


Text Example

White with #138ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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