Html Css Color HEX #0F8795 Eastern Blue

📋 copy color: '#0F8795'

red 15 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #0F8795

Tints of Eastern Blue #0F8795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 5.02%
G = 45.15%
B = 49.83%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F8795 (or 0x0F8795) is known color: Eastern Blue. HEX triplet: 0F, 87 and 95. RGB value is (15,135,149). Sum of RGB (Red+Green+Blue) = 15+135+149=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F8795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8795 is #F0786A. Grayscale: #646464. Windows color (decimal): -15759467 or 9799439. OLE color: 9799439.

HSL color Cylindrical-coordinate representation of color #0F8795: hue angle of 186.27º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8795 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 135 149 -
CMYK 0.90 0.09 0 0.42
HSL 186.27º 0.82% 0.32% -
HSV(B) 186.27º 0.9% 0.58% -
XYZ 14.29 19.6 31.46 -
YUV 100.72 155.24 66.86 -
System Red Green Blue C M Y K H S L
Decimal 15 135 149 0.90 0.09 0 0.42 186.27 0.82 0.32
Hex F 87 95 5A 9 0 2A BA 52 20
Octal 17 207 225 132 11 0 52 272 122 40
Binary 1111 10000111 10010101 1011010 1001 0 101010 10111010 1010010 100000

Color Harmonies of #0F8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8795

Black with #0F8795

Text Example


Text Example

White with #0F8795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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