Html Css Color HEX #138FAC Pelorous

📋 copy color: '#138FAC'

red 19 ◦ green 143 ◦ blue 172

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

Shades of Pelorous #138FAC

Tints of Pelorous #138FAC

RGB

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

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

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

R = 5.69%
G = 42.81%
B = 51.5%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138FAC (or 0x138FAC) is known color: Pelorous. HEX triplet: 13, 8F and AC. RGB value is (19,143,172). Sum of RGB (Red+Green+Blue) = 19+143+172=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #138FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FAC is #EC7053. Grayscale: #6C6C6C. Windows color (decimal): -15495252 or 11308819. OLE color: 11308819.

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

Color convert

RGB 19 143 172 -
CMYK 0.89 0.17 0 0.33
HSL 191.37º 0.8% 0.37% -
HSV(B) 191.37º 0.89% 0.67% -
XYZ 17.54 22.76 42.5 -
YUV 109.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 19 143 172 0.89 0.17 0 0.33 191.37 0.8 0.37
Hex 13 8F AC 59 11 0 21 BF 50 25
Octal 23 217 254 131 21 0 41 277 120 45
Binary 10011 10001111 10101100 1011001 10001 0 100001 10111111 1010000 100101

Color Harmonies of #138FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FAC

Black with #138FAC

Text Example


Text Example

White with #138FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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