Html Css Color HEX #0F849D Eastern Blue

📋 copy color: '#0F849D'

red 15 ◦ green 132 ◦ blue 157

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

Shades of Eastern Blue #0F849D

Tints of Eastern Blue #0F849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

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

R = 4.93%
G = 43.42%
B = 51.64%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F849D (or 0x0F849D) is known color: Eastern Blue. HEX triplet: 0F, 84 and 9D. RGB value is (15,132,157). Sum of RGB (Red+Green+Blue) = 15+132+157=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F849D is #F07B62. Grayscale: #636363. Windows color (decimal): -15760227 or 10322959. OLE color: 10322959.

HSL color Cylindrical-coordinate representation of color #0F849D: hue angle of 190.56º 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 #0F849D is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 132 157 -
CMYK 0.90 0.16 0 0.38
HSL 190.56º 0.83% 0.34% -
HSV(B) 190.56º 0.9% 0.62% -
XYZ 14.53 19.04 34.81 -
YUV 99.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 15 132 157 0.90 0.16 0 0.38 190.56 0.83 0.34
Hex F 84 9D 5A 10 0 26 BF 53 22
Octal 17 204 235 132 20 0 46 277 123 42
Binary 1111 10000100 10011101 1011010 10000 0 100110 10111111 1010011 100010

Color Harmonies of #0F849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F849D

Black with #0F849D

Text Example


Text Example

White with #0F849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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