Html Css Color HEX #138DAE Pelorous

📋 copy color: '#138DAE'

red 19 ◦ green 141 ◦ blue 174

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

Shades of Pelorous #138DAE

Tints of Pelorous #138DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 5.69%
G = 42.22%
B = 52.1%

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

#138DAE (or 0x138DAE) is known color: Pelorous. HEX triplet: 13, 8D and AE. RGB value is (19,141,174). Sum of RGB (Red+Green+Blue) = 19+141+174=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #138DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DAE is #EC7251. Grayscale: #6C6C6C. Windows color (decimal): -15495762 or 11439379. OLE color: 11439379.

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

Color convert

RGB 19 141 174 -
CMYK 0.89 0.19 0 0.32
HSL 192.77º 0.8% 0.38% -
HSV(B) 192.77º 0.89% 0.68% -
XYZ 17.43 22.24 43.42 -
YUV 108.28 165.08 64.32 -
System Red Green Blue C M Y K H S L
Decimal 19 141 174 0.89 0.19 0 0.32 192.77 0.8 0.38
Hex 13 8D AE 59 13 0 20 C1 50 26
Octal 23 215 256 131 23 0 40 301 120 46
Binary 10011 10001101 10101110 1011001 10011 0 100000 11000001 1010000 100110

Color Harmonies of #138DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DAE

Black with #138DAE

Text Example


Text Example

White with #138DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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