Html Css Color HEX #138CAC Pelorous

📋 copy color: '#138CAC'

red 19 ◦ green 140 ◦ blue 172

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

Shades of Pelorous #138CAC

Tints of Pelorous #138CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 5.74%
G = 42.3%
B = 51.96%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138CAC (or 0x138CAC) is known color: Pelorous. HEX triplet: 13, 8C and AC. RGB value is (19,140,172). Sum of RGB (Red+Green+Blue) = 19+140+172=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #138CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CAC is #EC7353. Grayscale: #6B6B6B. Windows color (decimal): -15496020 or 11308051. OLE color: 11308051.

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

Color convert

RGB 19 140 172 -
CMYK 0.89 0.19 0 0.33
HSL 192.55º 0.8% 0.37% -
HSV(B) 192.55º 0.89% 0.67% -
XYZ 17.09 21.87 42.35 -
YUV 107.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 19 140 172 0.89 0.19 0 0.33 192.55 0.8 0.37
Hex 13 8C AC 59 13 0 21 C1 50 25
Octal 23 214 254 131 23 0 41 301 120 45
Binary 10011 10001100 10101100 1011001 10011 0 100001 11000001 1010000 100101

Color Harmonies of #138CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CAC

Black with #138CAC

Text Example


Text Example

White with #138CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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