Html Css Color HEX #138FAB Pelorous

📋 copy color: '#138FAB'

red 19 ◦ green 143 ◦ blue 171

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

Shades of Pelorous #138FAB

Tints of Pelorous #138FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.94%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 5.71%
G = 42.94%
B = 51.35%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138FAB (or 0x138FAB) is known color: Pelorous. HEX triplet: 13, 8F and AB. RGB value is (19,143,171). Sum of RGB (Red+Green+Blue) = 19+143+171=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #138FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FAB is #EC7054. Grayscale: #6C6C6C. Windows color (decimal): -15495253 or 11243283. OLE color: 11243283.

HSL color Cylindrical-coordinate representation of color #138FAB: hue angle of 191.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138FAB is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 143 171 -
CMYK 0.89 0.16 0 0.33
HSL 191.05º 0.8% 0.37% -
HSV(B) 191.05º 0.89% 0.67% -
XYZ 17.44 22.72 41.99 -
YUV 109.12 162.92 63.72 -
System Red Green Blue C M Y K H S L
Decimal 19 143 171 0.89 0.16 0 0.33 191.05 0.8 0.37
Hex 13 8F AB 59 10 0 21 BF 50 25
Octal 23 217 253 131 20 0 41 277 120 45
Binary 10011 10001111 10101011 1011001 10000 0 100001 10111111 1010000 100101

Color Harmonies of #138FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FAB

Black with #138FAB

Text Example


Text Example

White with #138FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,143,171); }

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

background-color css

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

 a { background-color: rgb(19,143,171); }

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

border-color css

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

 span { border-color: rgb(19,143,171); }

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