Html Css Color HEX #0F809C Eastern Blue

📋 copy color: '#0F809C'

red 15 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #0F809C

Tints of Eastern Blue #0F809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 5.02%
G = 42.81%
B = 52.17%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F809C (or 0x0F809C) is known color: Eastern Blue. HEX triplet: 0F, 80 and 9C. RGB value is (15,128,156). Sum of RGB (Red+Green+Blue) = 15+128+156=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F809C is #F07F63. Grayscale: #616161. Windows color (decimal): -15761252 or 10256399. OLE color: 10256399.

HSL color Cylindrical-coordinate representation of color #0F809C: hue angle of 191.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F809C is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 128 156 -
CMYK 0.90 0.18 0 0.39
HSL 191.91º 0.82% 0.34% -
HSV(B) 191.91º 0.9% 0.61% -
XYZ 13.92 17.94 34.18 -
YUV 97.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 15 128 156 0.90 0.18 0 0.39 191.91 0.82 0.34
Hex F 80 9C 5A 12 0 27 C0 52 22
Octal 17 200 234 132 22 0 47 300 122 42
Binary 1111 10000000 10011100 1011010 10010 0 100111 11000000 1010010 100010

Color Harmonies of #0F809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F809C

Black with #0F809C

Text Example


Text Example

White with #0F809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,128,156); }

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

background-color css

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

 a { background-color: rgb(15,128,156); }

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

border-color css

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

 span { border-color: rgb(15,128,156); }

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