Html Css Color HEX #0F859D Eastern Blue

📋 copy color: '#0F859D'

red 15 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #0F859D

Tints of Eastern Blue #0F859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 4.92%
G = 43.61%
B = 51.48%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F859D (or 0x0F859D) is known color: Eastern Blue. HEX triplet: 0F, 85 and 9D. RGB value is (15,133,157). Sum of RGB (Red+Green+Blue) = 15+133+157=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F859D is #F07A62. Grayscale: #646464. Windows color (decimal): -15759971 or 10323215. OLE color: 10323215.

HSL color Cylindrical-coordinate representation of color #0F859D: hue angle of 190.14º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F859D is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 133 157 -
CMYK 0.90 0.15 0 0.38
HSL 190.14º 0.83% 0.34% -
HSV(B) 190.14º 0.9% 0.62% -
XYZ 14.67 19.31 34.85 -
YUV 100.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 15 133 157 0.90 0.15 0 0.38 190.14 0.83 0.34
Hex F 85 9D 5A F 0 26 BE 53 22
Octal 17 205 235 132 17 0 46 276 123 42
Binary 1111 10000101 10011101 1011010 1111 0 100110 10111110 1010011 100010

Color Harmonies of #0F859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F859D

Black with #0F859D

Text Example


Text Example

White with #0F859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,133,157); }

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

background-color css

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

 a { background-color: rgb(15,133,157); }

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

border-color css

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

 span { border-color: rgb(15,133,157); }

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