Html Css Color HEX #0495BF Pacific Blue

📋 copy color: '#0495BF'

red 4 ◦ green 149 ◦ blue 191

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

Shades of Pacific Blue #0495BF

Tints of Pacific Blue #0495BF

RGB

 RED value IS 4 (1.95% from 255) = 1.16%

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 191 (75% from 255) = 55.52%

R = 1.16%
G = 43.31%
B = 55.52%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0495BF (or 0x0495BF) is known color: Pacific Blue. HEX triplet: 04, 95 and BF. RGB value is (4,149,191). Sum of RGB (Red+Green+Blue) = 4+149+191=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #0495BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495BF is #FB6A40. Grayscale: #6E6E6E. Windows color (decimal): -16476737 or 12555524. OLE color: 12555524.

HSL color Cylindrical-coordinate representation of color #0495BF: hue angle of 193.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495BF is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 149 191 -
CMYK 0.98 0.22 0 0.25
HSL 193.48º 0.96% 0.38% -
HSV(B) 193.48º 0.98% 0.75% -
XYZ 20.2 25.28 53.11 -
YUV 110.43 173.46 52.08 -
System Red Green Blue C M Y K H S L
Decimal 4 149 191 0.98 0.22 0 0.25 193.48 0.96 0.38
Hex 4 95 BF 62 16 0 19 C1 60 26
Octal 4 225 277 142 26 0 31 301 140 46
Binary 100 10010101 10111111 1100010 10110 0 11001 11000001 1100000 100110

Color Harmonies of #0495BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495BF

Black with #0495BF

Text Example


Text Example

White with #0495BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0495BF; }

 p { color: rgb(4,149,191); }

 H1.HeaderClassName
 {
   color: #0495BF;
 }
 .AnyTagClassName
 {
   color: #0495BF;
 }
</style>

background-color css

<style>
 a { background-color: #0495BF; }

 a { background-color: rgb(4,149,191); }

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

border-color css

<style>
 span { border-color: #0495BF; }

 span { border-color: rgb(4,149,191); }

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