#0F87A4

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

Shades of Eastern Blue #0F87A4

Tints of Eastern Blue #0F87A4

Color information

#0F87A4 (or 0x0F87A4) is unknown color: approx Eastern Blue. HEX triplet: 0F, 87 and A4. RGB value is (15,135,164). Sum of RGB (Red+Green+Blue) = 15+135+164=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F87A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F87A4 is #F0785B. Grayscale: #666666. Windows color (decimal): -15759452 or 10782479. OLE color: 10782479.

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

Color convert

RGB15135164-
CMYK0.910.1800.36
HSL191.68º83.24%35.1%-
HSV(B)191.68º90.85%64.31%-
XYZ15.5620.1138.18-
YUV102.43162.7465.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.78%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 164 (64.45% from 255) = 52.23%
R=4.78%
G=42.99%
B=52.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151351640.910.1800.36191.6883.2435.1
HexF87A45B12024c05323
Octal172072441332204430012343
Binary111110000111101001001011011100100100100110000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,135,164); }

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

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

 a { background-color: rgb(15,135,164); }

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

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

 span { border-color: rgb(15,135,164); }

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