Html Css Color HEX #0F829F Eastern Blue

📋 copy color: '#0F829F'

red 15 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #0F829F

Tints of Eastern Blue #0F829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 4.93%
G = 42.76%
B = 52.3%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F829F (or 0x0F829F) is known color: Eastern Blue. HEX triplet: 0F, 82 and 9F. RGB value is (15,130,159). Sum of RGB (Red+Green+Blue) = 15+130+159=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F829F is #F07D60. Grayscale: #626262. Windows color (decimal): -15760737 or 10453519. OLE color: 10453519.

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

Color convert

RGB 15 130 159 -
CMYK 0.91 0.18 0 0.38
HSL 192.08º 0.83% 0.34% -
HSV(B) 192.08º 0.91% 0.62% -
XYZ 14.44 18.57 35.62 -
YUV 98.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 15 130 159 0.91 0.18 0 0.38 192.08 0.83 0.34
Hex F 82 9F 5B 12 0 26 C0 53 22
Octal 17 202 237 133 22 0 46 300 123 42
Binary 1111 10000010 10011111 1011011 10010 0 100110 11000000 1010011 100010

Color Harmonies of #0F829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F829F

Black with #0F829F

Text Example


Text Example

White with #0F829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,159); }

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

background-color css

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

 a { background-color: rgb(15,130,159); }

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

border-color css

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

 span { border-color: rgb(15,130,159); }

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