Html Css Color HEX #0197C0 Pacific Blue

📋 copy color: '#0197C0'

red 1 ◦ green 151 ◦ blue 192

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

Shades of Pacific Blue #0197C0

Tints of Pacific Blue #0197C0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 192 (75.39% from 255) = 55.81%

R = 0.29%
G = 43.9%
B = 55.81%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0197C0 (or 0x0197C0) is known color: Pacific Blue. HEX triplet: 01, 97 and C0. RGB value is (1,151,192). Sum of RGB (Red+Green+Blue) = 1+151+192=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #0197C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197C0 is #FE683F. Grayscale: #6E6E6E. Windows color (decimal): -16672832 or 12621569. OLE color: 12621569.

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

Color convert

RGB 1 151 192 -
CMYK 0.99 0.21 0 0.25
HSL 192.88º 0.99% 0.38% -
HSV(B) 192.88º 0.99% 0.75% -
XYZ 20.59 25.95 53.79 -
YUV 110.82 173.81 49.67 -
System Red Green Blue C M Y K H S L
Decimal 1 151 192 0.99 0.21 0 0.25 192.88 0.99 0.38
Hex 1 97 C0 63 15 0 19 C1 63 26
Octal 1 227 300 143 25 0 31 301 143 46
Binary 1 10010111 11000000 1100011 10101 0 11001 11000001 1100011 100110

Color Harmonies of #0197C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197C0

Black with #0197C0

Text Example


Text Example

White with #0197C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0197C0; }

 p { color: rgb(1,151,192); }

 H1.HeaderClassName
 {
   color: #0197C0;
 }
 .AnyTagClassName
 {
   color: #0197C0;
 }
</style>

background-color css

<style>
 a { background-color: #0197C0; }

 a { background-color: rgb(1,151,192); }

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

border-color css

<style>
 span { border-color: #0197C0; }

 span { border-color: rgb(1,151,192); }

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