Html Css Color HEX #138CAD Pelorous

📋 copy color: '#138CAD'

red 19 ◦ green 140 ◦ blue 173

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

Shades of Pelorous #138CAD

Tints of Pelorous #138CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 5.72%
G = 42.17%
B = 52.11%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#138CAD (or 0x138CAD) is known color: Pelorous. HEX triplet: 13, 8C and AD. RGB value is (19,140,173). Sum of RGB (Red+Green+Blue) = 19+140+173=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #138CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CAD is #EC7352. Grayscale: #6B6B6B. Windows color (decimal): -15496019 or 11373587. OLE color: 11373587.

HSL color Cylindrical-coordinate representation of color #138CAD: hue angle of 192.86º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138CAD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 140 173 -
CMYK 0.89 0.19 0 0.32
HSL 192.86º 0.8% 0.38% -
HSV(B) 192.86º 0.89% 0.68% -
XYZ 17.19 21.91 42.86 -
YUV 107.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 19 140 173 0.89 0.19 0 0.32 192.86 0.8 0.38
Hex 13 8C AD 59 13 0 20 C1 50 26
Octal 23 214 255 131 23 0 40 301 120 46
Binary 10011 10001100 10101101 1011001 10011 0 100000 11000001 1010000 100110

Color Harmonies of #138CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CAD

Black with #138CAD

Text Example


Text Example

White with #138CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,173); }

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

background-color css

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

 a { background-color: rgb(19,140,173); }

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

border-color css

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

 span { border-color: rgb(19,140,173); }

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