#148093

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

Shades of Eastern Blue #148093

Tints of Eastern Blue #148093

Color information

#148093 (or 0x148093) is unknown color: approx Eastern Blue. HEX triplet: 14, 80 and 93. RGB value is (20,128,147). Sum of RGB (Red+Green+Blue) = 20+128+147=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #148093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148093 is #EB7F6C. Grayscale: #616161. Windows color (decimal): -15433581 or 9666580. OLE color: 9666580.

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

Color convert

RGB20128147-
CMYK0.860.1300.42
HSL188.98º76.05%32.75%-
HSV(B)188.98º86.39%57.65%-
XYZ13.2717.6930.32-
YUV97.87155.7272.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=6.78%
G=43.39%
B=49.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201281470.860.1300.42188.9876.0532.75
Hex14809356D02Abd4c21
Octal242002231261505227511441
Binary101001000000010010011101011011010101010101111011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148093; }

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

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

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

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

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

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

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

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