#0F84A5

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

Shades of Eastern Blue #0F84A5

Tints of Eastern Blue #0F84A5

Color information

#0F84A5 (or 0x0F84A5) is unknown color: approx Eastern Blue. HEX triplet: 0F, 84 and A5. RGB value is (15,132,165). Sum of RGB (Red+Green+Blue) = 15+132+165=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #0F84A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F84A5 is #F07B5A. Grayscale: #646464. Windows color (decimal): -15760219 or 10847247. OLE color: 10847247.

HSL color Cylindrical-coordinate representation of color #0F84A5: hue angle of 193.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F84A5 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15132165-
CMYK0.910.2000.35
HSL193.2º83.33%35.29%-
HSV(B)193.2º90.91%64.71%-
XYZ15.2419.3238.52-
YUV100.78164.2466.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.81%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 165 (64.84% from 255) = 52.88%
R=4.81%
G=42.31%
B=52.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151321650.910.2000.35193.283.3335.29
HexF84A55B14023c15323
Octal172042451332404330112343
Binary111110000100101001011011011101000100011110000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F84A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F84A5; }

 p { color: rgb(15,132,165); }

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

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

 a { background-color: rgb(15,132,165); }

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

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

 span { border-color: rgb(15,132,165); }

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