Html Css Color HEX #0F819D Eastern Blue

📋 copy color: '#0F819D'

red 15 ◦ green 129 ◦ blue 157

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

Shades of Eastern Blue #0F819D

Tints of Eastern Blue #0F819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 4.98%
G = 42.86%
B = 52.16%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F819D (or 0x0F819D) is known color: Eastern Blue. HEX triplet: 0F, 81 and 9D. RGB value is (15,129,157). Sum of RGB (Red+Green+Blue) = 15+129+157=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F819D is #F07E62. Grayscale: #616161. Windows color (decimal): -15760995 or 10322191. OLE color: 10322191.

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

Color convert

RGB 15 129 157 -
CMYK 0.90 0.18 0 0.38
HSL 191.83º 0.83% 0.34% -
HSV(B) 191.83º 0.9% 0.62% -
XYZ 14.13 18.24 34.67 -
YUV 98.11 161.23 68.72 -
System Red Green Blue C M Y K H S L
Decimal 15 129 157 0.90 0.18 0 0.38 191.83 0.83 0.34
Hex F 81 9D 5A 12 0 26 C0 53 22
Octal 17 201 235 132 22 0 46 300 123 42
Binary 1111 10000001 10011101 1011010 10010 0 100110 11000000 1010011 100010

Color Harmonies of #0F819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F819D

Black with #0F819D

Text Example


Text Example

White with #0F819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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