Html Css Color HEX #0F8399 Eastern Blue

📋 copy color: '#0F8399'

red 15 ◦ green 131 ◦ blue 153

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

Shades of Eastern Blue #0F8399

Tints of Eastern Blue #0F8399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 5.02%
G = 43.81%
B = 51.17%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F8399 (or 0x0F8399) is known color: Eastern Blue. HEX triplet: 0F, 83 and 99. RGB value is (15,131,153). Sum of RGB (Red+Green+Blue) = 15+131+153=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F8399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8399 is #F07C66. Grayscale: #626262. Windows color (decimal): -15760487 or 10060559. OLE color: 10060559.

HSL color Cylindrical-coordinate representation of color #0F8399: hue angle of 189.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 #0F8399 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 131 153 -
CMYK 0.90 0.14 0 0.4
HSL 189.57º 0.82% 0.33% -
HSV(B) 189.57º 0.9% 0.6% -
XYZ 14.06 18.63 32.99 -
YUV 98.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 15 131 153 0.90 0.14 0 0.4 189.57 0.82 0.33
Hex F 83 99 5A E 0 28 BE 52 21
Octal 17 203 231 132 16 0 50 276 122 41
Binary 1111 10000011 10011001 1011010 1110 0 101000 10111110 1010010 100001

Color Harmonies of #0F8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8399

Black with #0F8399

Text Example


Text Example

White with #0F8399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,131,153); }

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

background-color css

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

 a { background-color: rgb(15,131,153); }

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

border-color css

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

 span { border-color: rgb(15,131,153); }

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