Html Css Color HEX #148FA5 Eastern Blue

📋 copy color: '#148FA5'

red 20 ◦ green 143 ◦ blue 165

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

Shades of Eastern Blue #148FA5

Tints of Eastern Blue #148FA5

RGB

 RED value IS 20 (8.2% from 255) = 6.1%

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

 BLUE value IS 165 (64.84% from 255) = 50.3%

R = 6.1%
G = 43.6%
B = 50.3%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#148FA5 (or 0x148FA5) is known color: Eastern Blue. HEX triplet: 14, 8F and A5. RGB value is (20,143,165). Sum of RGB (Red+Green+Blue) = 20+143+165=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 165 (64.84% from 255 or 50.30% from 328); Max value from RGB is 165 - color contains mainly: blue. Hex color #148FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148FA5 is #EB705A. Grayscale: #6C6C6C. Windows color (decimal): -15429723 or 10850068. OLE color: 10850068.

HSL color Cylindrical-coordinate representation of color #148FA5: hue angle of 189.1º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148FA5 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 143 165 -
CMYK 0.88 0.13 0 0.35
HSL 189.1º 0.78% 0.36% -
HSV(B) 189.1º 0.88% 0.65% -
XYZ 16.9 22.51 39.05 -
YUV 108.73 159.75 64.71 -
System Red Green Blue C M Y K H S L
Decimal 20 143 165 0.88 0.13 0 0.35 189.1 0.78 0.36
Hex 14 8F A5 58 D 0 23 BD 4E 24
Octal 24 217 245 130 15 0 43 275 116 44
Binary 10100 10001111 10100101 1011000 1101 0 100011 10111101 1001110 100100

Color Harmonies of #148FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148FA5

Black with #148FA5

Text Example


Text Example

White with #148FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148FA5; }

 p { color: rgb(20,143,165); }

 H1.HeaderClassName
 {
   color: #148FA5;
 }
 .AnyTagClassName
 {
   color: #148FA5;
 }
</style>

background-color css

<style>
 a { background-color: #148FA5; }

 a { background-color: rgb(20,143,165); }

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

border-color css

<style>
 span { border-color: #148FA5; }

 span { border-color: rgb(20,143,165); }

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