#148293

Color #148293 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #148293

Tints of Eastern Blue #148293

Color information

#148293 (or 0x148293) is unknown color: approx Eastern Blue. HEX triplet: 14, 82 and 93. RGB value is (20,130,147). Sum of RGB (Red+Green+Blue) = 20+130+147=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #148293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148293 is #EB7D6C. Grayscale: #626262. Windows color (decimal): -15433069 or 9667092. OLE color: 9667092.

HSL color Cylindrical-coordinate representation of color #148293: hue angle of 188.03º 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 #148293 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20130147-
CMYK0.860.1200.42
HSL188.03º76.05%32.75%-
HSV(B)188.03º86.39%57.65%-
XYZ13.5418.2230.41-
YUV99.05155.0671.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.73%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=6.73%
G=43.77%
B=49.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201301470.860.1200.42188.0376.0532.75
Hex14829356C02Abc4c21
Octal242022231261405227411441
Binary101001000001010010011101011011000101010101111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148293; }

 p { color: rgb(20,130,147); }

 H1.HeaderClassName
 {
   color: #148293;
 }
 .AnyTagClassName
 {
   color: #148293;
 }
</style>
background-color css

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

 a { background-color: rgb(20,130,147); }

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

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

 span { border-color: rgb(20,130,147); }

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