Html Css Color HEX #0992A1 Eastern Blue

📋 copy color: '#0992A1'

red 9 ◦ green 146 ◦ blue 161

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

Shades of Eastern Blue #0992A1

Tints of Eastern Blue #0992A1

RGB

 RED value IS 9 (3.91% from 255) = 2.85%

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

 BLUE value IS 161 (63.28% from 255) = 50.95%

R = 2.85%
G = 46.2%
B = 50.95%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0992A1 (or 0x0992A1) is known color: Eastern Blue. HEX triplet: 09, 92 and A1. RGB value is (9,146,161). Sum of RGB (Red+Green+Blue) = 9+146+161=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #0992A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0992A1 is #F66D5E. Grayscale: #6A6A6A. Windows color (decimal): -16149855 or 10588681. OLE color: 10588681.

HSL color Cylindrical-coordinate representation of color #0992A1: hue angle of 185.92º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0992A1 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 146 161 -
CMYK 0.94 0.09 0 0.37
HSL 185.92º 0.89% 0.33% -
HSV(B) 185.92º 0.94% 0.63% -
XYZ 16.82 23.19 37.31 -
YUV 106.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 9 146 161 0.94 0.09 0 0.37 185.92 0.89 0.33
Hex 9 92 A1 5E 9 0 25 BA 59 21
Octal 11 222 241 136 11 0 45 272 131 41
Binary 1001 10010010 10100001 1011110 1001 0 100101 10111010 1011001 100001

Color Harmonies of #0992A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992A1

Black with #0992A1

Text Example


Text Example

White with #0992A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0992A1; }

 p { color: rgb(9,146,161); }

 H1.HeaderClassName
 {
   color: #0992A1;
 }
 .AnyTagClassName
 {
   color: #0992A1;
 }
</style>

background-color css

<style>
 a { background-color: #0992A1; }

 a { background-color: rgb(9,146,161); }

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

border-color css

<style>
 span { border-color: #0992A1; }

 span { border-color: rgb(9,146,161); }

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