Html Css Color HEX #0199A1 Eastern Blue

📋 copy color: '#0199A1'

red 1 ◦ green 153 ◦ blue 161

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

Shades of Eastern Blue #0199A1

Tints of Eastern Blue #0199A1

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 153 (60.16% from 255) = 48.57%

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

R = 0.32%
G = 48.57%
B = 51.11%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0199A1 (or 0x0199A1) is known color: Eastern Blue. HEX triplet: 01, 99 and A1. RGB value is (1,153,161). Sum of RGB (Red+Green+Blue) = 1+153+161=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #0199A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199A1 is #FE665E. Grayscale: #6C6C6C. Windows color (decimal): -16672351 or 10590465. OLE color: 10590465.

HSL color Cylindrical-coordinate representation of color #0199A1: hue angle of 183º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199A1 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 153 161 -
CMYK 0.99 0.05 0 0.37
HSL 183º 0.99% 0.32% -
HSV(B) 183º 0.99% 0.63% -
XYZ 17.84 25.36 37.67 -
YUV 108.46 157.64 51.35 -
System Red Green Blue C M Y K H S L
Decimal 1 153 161 0.99 0.05 0 0.37 183 0.99 0.32
Hex 1 99 A1 63 5 0 25 B7 63 20
Octal 1 231 241 143 5 0 45 267 143 40
Binary 1 10011001 10100001 1100011 101 0 100101 10110111 1100011 100000

Color Harmonies of #0199A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0199A1

Black with #0199A1

Text Example


Text Example

White with #0199A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,153,161); }

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

background-color css

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

 a { background-color: rgb(1,153,161); }

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

border-color css

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

 span { border-color: rgb(1,153,161); }

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