Html Css Color HEX #0199BE Pacific Blue

📋 copy color: '#0199BE'

red 1 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #0199BE

Tints of Pacific Blue #0199BE

RGB

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

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

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

R = 0.29%
G = 44.48%
B = 55.23%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0199BE (or 0x0199BE) is known color: Pacific Blue. HEX triplet: 01, 99 and BE. RGB value is (1,153,190). Sum of RGB (Red+Green+Blue) = 1+153+190=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0199BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199BE is #FE6641. Grayscale: #6F6F6F. Windows color (decimal): -16672322 or 12491009. OLE color: 12491009.

HSL color Cylindrical-coordinate representation of color #0199BE: hue angle of 191.75º 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 #0199BE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 153 190 -
CMYK 0.99 0.19 0 0.25
HSL 191.75º 0.99% 0.37% -
HSV(B) 191.75º 0.99% 0.75% -
XYZ 20.7 26.51 52.74 -
YUV 111.77 172.14 48.99 -
System Red Green Blue C M Y K H S L
Decimal 1 153 190 0.99 0.19 0 0.25 191.75 0.99 0.37
Hex 1 99 BE 63 13 0 19 C0 63 25
Octal 1 231 276 143 23 0 31 300 143 45
Binary 1 10011001 10111110 1100011 10011 0 11001 11000000 1100011 100101

Color Harmonies of #0199BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0199BE

Black with #0199BE

Text Example


Text Example

White with #0199BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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