Html Css Color HEX #148794 Eastern Blue

📋 copy color: '#148794'

red 20 ◦ green 135 ◦ blue 148

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

Shades of Eastern Blue #148794

Tints of Eastern Blue #148794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.55%

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 6.6%
G = 44.55%
B = 48.84%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148794 (or 0x148794) is known color: Eastern Blue. HEX triplet: 14, 87 and 94. RGB value is (20,135,148). Sum of RGB (Red+Green+Blue) = 20+135+148=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #148794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148794 is #EB786B. Grayscale: #656565. Windows color (decimal): -15431788 or 9733908. OLE color: 9733908.

HSL color Cylindrical-coordinate representation of color #148794: hue angle of 186.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148794 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 135 148 -
CMYK 0.86 0.09 0 0.42
HSL 186.09º 0.76% 0.33% -
HSV(B) 186.09º 0.86% 0.58% -
XYZ 14.3 19.61 31.05 -
YUV 102.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 20 135 148 0.86 0.09 0 0.42 186.09 0.76 0.33
Hex 14 87 94 56 9 0 2A BA 4C 21
Octal 24 207 224 126 11 0 52 272 114 41
Binary 10100 10000111 10010100 1010110 1001 0 101010 10111010 1001100 100001

Color Harmonies of #148794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148794

Black with #148794

Text Example


Text Example

White with #148794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148794; }

 p { color: rgb(20,135,148); }

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

background-color css

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

 a { background-color: rgb(20,135,148); }

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

border-color css

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

 span { border-color: rgb(20,135,148); }

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