Html Css Color HEX #148AAA Eastern Blue

📋 copy color: '#148AAA'

red 20 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #148AAA

Tints of Eastern Blue #148AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.07%

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 6.1%
G = 42.07%
B = 51.83%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#148AAA (or 0x148AAA) is known color: Eastern Blue. HEX triplet: 14, 8A and AA. RGB value is (20,138,170). Sum of RGB (Red+Green+Blue) = 20+138+170=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #148AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148AAA is #EB7555. Grayscale: #6A6A6A. Windows color (decimal): -15430998 or 11176468. OLE color: 11176468.

HSL color Cylindrical-coordinate representation of color #148AAA: hue angle of 192.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148AAA is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 138 170 -
CMYK 0.88 0.19 0 0.33
HSL 192.8º 0.79% 0.37% -
HSV(B) 192.8º 0.88% 0.67% -
XYZ 16.63 21.23 41.25 -
YUV 106.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 20 138 170 0.88 0.19 0 0.33 192.8 0.79 0.37
Hex 14 8A AA 58 13 0 21 C1 4F 25
Octal 24 212 252 130 23 0 41 301 117 45
Binary 10100 10001010 10101010 1011000 10011 0 100001 11000001 1001111 100101

Color Harmonies of #148AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148AAA

Black with #148AAA

Text Example


Text Example

White with #148AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,138,170); }

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

background-color css

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

 a { background-color: rgb(20,138,170); }

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

border-color css

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

 span { border-color: rgb(20,138,170); }

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