Html Css Color HEX #0F8998 Eastern Blue

📋 copy color: '#0F8998'

red 15 ◦ green 137 ◦ blue 152

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

Shades of Eastern Blue #0F8998

Tints of Eastern Blue #0F8998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 4.93%
G = 45.07%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F8998 (or 0x0F8998) is known color: Eastern Blue. HEX triplet: 0F, 89 and 98. RGB value is (15,137,152). Sum of RGB (Red+Green+Blue) = 15+137+152=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F8998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8998 is #F07667. Grayscale: #666666. Windows color (decimal): -15758952 or 9996559. OLE color: 9996559.

HSL color Cylindrical-coordinate representation of color #0F8998: hue angle of 186.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8998 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 137 152 -
CMYK 0.90 0.10 0 0.40
HSL 186.57º 0.82% 0.33% -
HSV(B) 186.57º 0.9% 0.6% -
XYZ 14.81 20.26 32.84 -
YUV 102.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 15 137 152 0.90 0.10 0 0.40 186.57 0.82 0.33
Hex F 89 98 5A A 0 28 BB 52 21
Octal 17 211 230 132 12 0 50 273 122 41
Binary 1111 10001001 10011000 1011010 1010 0 101000 10111011 1010010 100001

Color Harmonies of #0F8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8998

Black with #0F8998

Text Example


Text Example

White with #0F8998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,137,152); }

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

background-color css

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

 a { background-color: rgb(15,137,152); }

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

border-color css

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

 span { border-color: rgb(15,137,152); }

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