Html Css Color HEX #0F929A Eastern Blue

📋 copy color: '#0F929A'

red 15 ◦ green 146 ◦ blue 154

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

Shades of Eastern Blue #0F929A

Tints of Eastern Blue #0F929A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

 BLUE value IS 154 (60.55% from 255) = 48.89%

R = 4.76%
G = 46.35%
B = 48.89%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F929A (or 0x0F929A) is known color: Eastern Blue. HEX triplet: 0F, 92 and 9A. RGB value is (15,146,154). Sum of RGB (Red+Green+Blue) = 15+146+154=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F929A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F929A is #F06D65. Grayscale: #6B6B6B. Windows color (decimal): -15756646 or 10129935. OLE color: 10129935.

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

Color convert

RGB 15 146 154 -
CMYK 0.90 0.05 0 0.40
HSL 183.45º 0.82% 0.33% -
HSV(B) 183.45º 0.9% 0.6% -
XYZ 16.31 22.99 34.15 -
YUV 107.74 154.1 61.85 -
System Red Green Blue C M Y K H S L
Decimal 15 146 154 0.90 0.05 0 0.40 183.45 0.82 0.33
Hex F 92 9A 5A 5 0 28 B7 52 21
Octal 17 222 232 132 5 0 50 267 122 41
Binary 1111 10010010 10011010 1011010 101 0 101000 10110111 1010010 100001

Color Harmonies of #0F929A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F929A

Black with #0F929A

Text Example


Text Example

White with #0F929A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,146,154); }

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

background-color css

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

 a { background-color: rgb(15,146,154); }

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

border-color css

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

 span { border-color: rgb(15,146,154); }

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