Html Css Color HEX #0F8BAA Eastern Blue

📋 copy color: '#0F8BAA'

red 15 ◦ green 139 ◦ blue 170

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

Shades of Eastern Blue #0F8BAA

Tints of Eastern Blue #0F8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 4.63%
G = 42.9%
B = 52.47%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F8BAA (or 0x0F8BAA) is known color: Eastern Blue. HEX triplet: 0F, 8B and AA. RGB value is (15,139,170). Sum of RGB (Red+Green+Blue) = 15+139+170=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F8BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8BAA is #F07455. Grayscale: #696969. Windows color (decimal): -15758422 or 11176719. OLE color: 11176719.

HSL color Cylindrical-coordinate representation of color #0F8BAA: hue angle of 192º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F8BAA is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 139 170 -
CMYK 0.91 0.18 0 0.33
HSL 192º 0.84% 0.36% -
HSV(B) 192º 0.91% 0.67% -
XYZ 16.69 21.47 41.29 -
YUV 105.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 15 139 170 0.91 0.18 0 0.33 192 0.84 0.36
Hex F 8B AA 5B 12 0 21 C0 54 24
Octal 17 213 252 133 22 0 41 300 124 44
Binary 1111 10001011 10101010 1011011 10010 0 100001 11000000 1010100 100100

Color Harmonies of #0F8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8BAA

Black with #0F8BAA

Text Example


Text Example

White with #0F8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,139,170); }

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

background-color css

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

 a { background-color: rgb(15,139,170); }

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

border-color css

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

 span { border-color: rgb(15,139,170); }

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