Html Css Color HEX #138FA9 Pelorous

📋 copy color: '#138FA9'

red 19 ◦ green 143 ◦ blue 169

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

Shades of Pelorous #138FA9

Tints of Pelorous #138FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.06%

R = 5.74%
G = 43.2%
B = 51.06%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#138FA9 (or 0x138FA9) is known color: Pelorous. HEX triplet: 13, 8F and A9. RGB value is (19,143,169). Sum of RGB (Red+Green+Blue) = 19+143+169=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #138FA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FA9 is #EC7056. Grayscale: #6C6C6C. Windows color (decimal): -15495255 or 11112211. OLE color: 11112211.

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

Color convert

RGB 19 143 169 -
CMYK 0.89 0.15 0 0.34
HSL 190.4º 0.8% 0.37% -
HSV(B) 190.4º 0.89% 0.66% -
XYZ 17.25 22.65 41 -
YUV 108.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 19 143 169 0.89 0.15 0 0.34 190.4 0.8 0.37
Hex 13 8F A9 59 F 0 22 BE 50 25
Octal 23 217 251 131 17 0 42 276 120 45
Binary 10011 10001111 10101001 1011001 1111 0 100010 10111110 1010000 100101

Color Harmonies of #138FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FA9

Black with #138FA9

Text Example


Text Example

White with #138FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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