Html Css Color HEX #0198BE Pacific Blue

📋 copy color: '#0198BE'

red 1 ◦ green 152 ◦ blue 190

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

Shades of Pacific Blue #0198BE

Tints of Pacific Blue #0198BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 0.29%
G = 44.31%
B = 55.39%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0198BE (or 0x0198BE) is known color: Pacific Blue. HEX triplet: 01, 98 and BE. RGB value is (1,152,190). Sum of RGB (Red+Green+Blue) = 1+152+190=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #0198BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198BE is #FE6741. Grayscale: #6E6E6E. Windows color (decimal): -16672578 or 12490753. OLE color: 12490753.

HSL color Cylindrical-coordinate representation of color #0198BE: hue angle of 192.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0198BE is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 152 190 -
CMYK 0.99 0.2 0 0.25
HSL 192.06º 0.99% 0.37% -
HSV(B) 192.06º 0.99% 0.75% -
XYZ 20.54 26.18 52.69 -
YUV 111.18 172.47 49.41 -
System Red Green Blue C M Y K H S L
Decimal 1 152 190 0.99 0.2 0 0.25 192.06 0.99 0.37
Hex 1 98 BE 63 14 0 19 C0 63 25
Octal 1 230 276 143 24 0 31 300 143 45
Binary 1 10011000 10111110 1100011 10100 0 11001 11000000 1100011 100101

Color Harmonies of #0198BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198BE

Black with #0198BE

Text Example


Text Example

White with #0198BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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