Html Css Color HEX #0F829B Eastern Blue

📋 copy color: '#0F829B'

red 15 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #0F829B

Tints of Eastern Blue #0F829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 5%
G = 43.33%
B = 51.67%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F829B (or 0x0F829B) is known color: Eastern Blue. HEX triplet: 0F, 82 and 9B. RGB value is (15,130,155). Sum of RGB (Red+Green+Blue) = 15+130+155=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F829B is #F07D64. Grayscale: #626262. Windows color (decimal): -15760741 or 10191375. OLE color: 10191375.

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

Color convert

RGB 15 130 155 -
CMYK 0.90 0.16 0 0.39
HSL 190.71º 0.82% 0.33% -
HSV(B) 190.71º 0.9% 0.61% -
XYZ 14.1 18.43 33.83 -
YUV 98.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 15 130 155 0.90 0.16 0 0.39 190.71 0.82 0.33
Hex F 82 9B 5A 10 0 27 BF 52 21
Octal 17 202 233 132 20 0 47 277 122 41
Binary 1111 10000010 10011011 1011010 10000 0 100111 10111111 1010010 100001

Color Harmonies of #0F829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F829B

Black with #0F829B

Text Example


Text Example

White with #0F829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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