Html Css Color HEX #0196A0 Eastern Blue

📋 copy color: '#0196A0'

red 1 ◦ green 150 ◦ blue 160

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

Shades of Eastern Blue #0196A0

Tints of Eastern Blue #0196A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.23%

 BLUE value IS 160 (62.89% from 255) = 51.45%

R = 0.32%
G = 48.23%
B = 51.45%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0196A0 (or 0x0196A0) is known color: Eastern Blue. HEX triplet: 01, 96 and A0. RGB value is (1,150,160). Sum of RGB (Red+Green+Blue) = 1+150+160=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #0196A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0196A0 is #FE695F. Grayscale: #6A6A6A. Windows color (decimal): -16673120 or 10524161. OLE color: 10524161.

HSL color Cylindrical-coordinate representation of color #0196A0: hue angle of 183.77º 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 #0196A0 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 150 160 -
CMYK 0.99 0.06 0 0.37
HSL 183.77º 0.99% 0.32% -
HSV(B) 183.77º 0.99% 0.63% -
XYZ 17.26 24.36 37.05 -
YUV 106.59 158.14 52.69 -
System Red Green Blue C M Y K H S L
Decimal 1 150 160 0.99 0.06 0 0.37 183.77 0.99 0.32
Hex 1 96 A0 63 6 0 25 B8 63 20
Octal 1 226 240 143 6 0 45 270 143 40
Binary 1 10010110 10100000 1100011 110 0 100101 10111000 1100011 100000

Color Harmonies of #0196A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0196A0

Black with #0196A0

Text Example


Text Example

White with #0196A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0196A0; }

 p { color: rgb(1,150,160); }

 H1.HeaderClassName
 {
   color: #0196A0;
 }
 .AnyTagClassName
 {
   color: #0196A0;
 }
</style>

background-color css

<style>
 a { background-color: #0196A0; }

 a { background-color: rgb(1,150,160); }

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

border-color css

<style>
 span { border-color: #0196A0; }

 span { border-color: rgb(1,150,160); }

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