Html Css Color HEX #0198A2 Eastern Blue

📋 copy color: '#0198A2'

red 1 ◦ green 152 ◦ blue 162

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

Shades of Eastern Blue #0198A2

Tints of Eastern Blue #0198A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 162 (63.67% from 255) = 51.43%

R = 0.32%
G = 48.25%
B = 51.43%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0198A2 (or 0x0198A2) is known color: Eastern Blue. HEX triplet: 01, 98 and A2. RGB value is (1,152,162). Sum of RGB (Red+Green+Blue) = 1+152+162=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #0198A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0198A2 is #FE675D. Grayscale: #6B6B6B. Windows color (decimal): -16672606 or 10655745. OLE color: 10655745.

HSL color Cylindrical-coordinate representation of color #0198A2: hue angle of 183.73º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0198A2 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 152 162 -
CMYK 0.99 0.06 0 0.36
HSL 183.73º 0.99% 0.32% -
HSV(B) 183.73º 0.99% 0.64% -
XYZ 17.76 25.07 38.09 -
YUV 107.99 158.47 51.69 -
System Red Green Blue C M Y K H S L
Decimal 1 152 162 0.99 0.06 0 0.36 183.73 0.99 0.32
Hex 1 98 A2 63 6 0 24 B8 63 20
Octal 1 230 242 143 6 0 44 270 143 40
Binary 1 10011000 10100010 1100011 110 0 100100 10111000 1100011 100000

Color Harmonies of #0198A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198A2

Black with #0198A2

Text Example


Text Example

White with #0198A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0198A2; }

 p { color: rgb(1,152,162); }

 H1.HeaderClassName
 {
   color: #0198A2;
 }
 .AnyTagClassName
 {
   color: #0198A2;
 }
</style>

background-color css

<style>
 a { background-color: #0198A2; }

 a { background-color: rgb(1,152,162); }

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

border-color css

<style>
 span { border-color: #0198A2; }

 span { border-color: rgb(1,152,162); }

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