Html Css Color HEX #138FA3 Eastern Blue

📋 copy color: '#138FA3'

red 19 ◦ green 143 ◦ blue 163

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

Shades of Eastern Blue #138FA3

Tints of Eastern Blue #138FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.15%

R = 5.85%
G = 44%
B = 50.15%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#138FA3 (or 0x138FA3) is known color: Eastern Blue. HEX triplet: 13, 8F and A3. RGB value is (19,143,163). Sum of RGB (Red+Green+Blue) = 19+143+163=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #138FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FA3 is #EC705C. Grayscale: #6C6C6C. Windows color (decimal): -15495261 or 10718995. OLE color: 10718995.

HSL color Cylindrical-coordinate representation of color #138FA3: hue angle of 188.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138FA3 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 143 163 -
CMYK 0.88 0.12 0 0.36
HSL 188.33º 0.79% 0.36% -
HSV(B) 188.33º 0.88% 0.64% -
XYZ 16.7 22.43 38.1 -
YUV 108.2 158.92 64.37 -
System Red Green Blue C M Y K H S L
Decimal 19 143 163 0.88 0.12 0 0.36 188.33 0.79 0.36
Hex 13 8F A3 58 C 0 24 BC 4F 24
Octal 23 217 243 130 14 0 44 274 117 44
Binary 10011 10001111 10100011 1011000 1100 0 100100 10111100 1001111 100100

Color Harmonies of #138FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FA3

Black with #138FA3

Text Example


Text Example

White with #138FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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