Html Css Color HEX #138EAF Pelorous

📋 copy color: '#138EAF'

red 19 ◦ green 142 ◦ blue 175

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

Shades of Pelorous #138EAF

Tints of Pelorous #138EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.26%

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 5.65%
G = 42.26%
B = 52.08%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#138EAF (or 0x138EAF) is known color: Pelorous. HEX triplet: 13, 8E and AF. RGB value is (19,142,175). Sum of RGB (Red+Green+Blue) = 19+142+175=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #138EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138EAF is #EC7150. Grayscale: #6C6C6C. Windows color (decimal): -15495505 or 11505171. OLE color: 11505171.

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

Color convert

RGB 19 142 175 -
CMYK 0.89 0.19 0 0.31
HSL 192.69º 0.8% 0.38% -
HSV(B) 192.69º 0.89% 0.69% -
XYZ 17.68 22.58 43.98 -
YUV 108.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 19 142 175 0.89 0.19 0 0.31 192.69 0.8 0.38
Hex 13 8E AF 59 13 0 1F C1 50 26
Octal 23 216 257 131 23 0 37 301 120 46
Binary 10011 10001110 10101111 1011001 10011 0 11111 11000001 1010000 100110

Color Harmonies of #138EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EAF

Black with #138EAF

Text Example


Text Example

White with #138EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,175); }

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

background-color css

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

 a { background-color: rgb(19,142,175); }

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

border-color css

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

 span { border-color: rgb(19,142,175); }

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