Html Css Color HEX #0F87AA Eastern Blue

📋 copy color: '#0F87AA'

red 15 ◦ green 135 ◦ blue 170

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

Shades of Eastern Blue #0F87AA

Tints of Eastern Blue #0F87AA

RGB

 RED value IS 15 (6.25% from 255) = 4.69%

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 4.69%
G = 42.19%
B = 53.13%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F87AA (or 0x0F87AA) is known color: Eastern Blue. HEX triplet: 0F, 87 and AA. RGB value is (15,135,170). Sum of RGB (Red+Green+Blue) = 15+135+170=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F87AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F87AA is #F07855. Grayscale: #666666. Windows color (decimal): -15759446 or 11175695. OLE color: 11175695.

HSL color Cylindrical-coordinate representation of color #0F87AA: hue angle of 193.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F87AA is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 135 170 -
CMYK 0.91 0.21 0 0.33
HSL 193.55º 0.84% 0.36% -
HSV(B) 193.55º 0.91% 0.67% -
XYZ 16.12 20.33 41.11 -
YUV 103.11 165.74 65.15 -
System Red Green Blue C M Y K H S L
Decimal 15 135 170 0.91 0.21 0 0.33 193.55 0.84 0.36
Hex F 87 AA 5B 15 0 21 C2 54 24
Octal 17 207 252 133 25 0 41 302 124 44
Binary 1111 10000111 10101010 1011011 10101 0 100001 11000010 1010100 100100

Color Harmonies of #0F87AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F87AA

Black with #0F87AA

Text Example


Text Example

White with #0F87AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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