Html Css Color HEX #0F8199 Eastern Blue

📋 copy color: '#0F8199'

red 15 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #0F8199

Tints of Eastern Blue #0F8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 5.05%
G = 43.43%
B = 51.52%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F8199 (or 0x0F8199) is known color: Eastern Blue. HEX triplet: 0F, 81 and 99. RGB value is (15,129,153). Sum of RGB (Red+Green+Blue) = 15+129+153=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F8199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8199 is #F07E66. Grayscale: #616161. Windows color (decimal): -15760999 or 10060047. OLE color: 10060047.

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

Color convert

RGB 15 129 153 -
CMYK 0.90 0.16 0 0.4
HSL 190.43º 0.82% 0.33% -
HSV(B) 190.43º 0.9% 0.6% -
XYZ 13.8 18.1 32.9 -
YUV 97.65 159.23 69.05 -
System Red Green Blue C M Y K H S L
Decimal 15 129 153 0.90 0.16 0 0.4 190.43 0.82 0.33
Hex F 81 99 5A 10 0 28 BE 52 21
Octal 17 201 231 132 20 0 50 276 122 41
Binary 1111 10000001 10011001 1011010 10000 0 101000 10111110 1010010 100001

Color Harmonies of #0F8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8199

Black with #0F8199

Text Example


Text Example

White with #0F8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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