Html Css Color HEX #0495CB Pacific Blue

📋 copy color: '#0495CB'

red 4 ◦ green 149 ◦ blue 203

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

Shades of Pacific Blue #0495CB

Tints of Pacific Blue #0495CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 1.12%
G = 41.85%
B = 57.02%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0495CB (or 0x0495CB) is known color: Pacific Blue. HEX triplet: 04, 95 and CB. RGB value is (4,149,203). Sum of RGB (Red+Green+Blue) = 4+149+203=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #0495CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495CB is #FB6A34. Grayscale: #6F6F6F. Windows color (decimal): -16476725 or 13341956. OLE color: 13341956.

HSL color Cylindrical-coordinate representation of color #0495CB: hue angle of 196.28º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495CB is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 149 203 -
CMYK 0.98 0.27 0 0.20
HSL 196.28º 0.96% 0.41% -
HSV(B) 196.28º 0.98% 0.8% -
XYZ 21.58 25.83 60.35 -
YUV 111.8 179.46 51.11 -
System Red Green Blue C M Y K H S L
Decimal 4 149 203 0.98 0.27 0 0.20 196.28 0.96 0.41
Hex 4 95 CB 62 1B 0 14 C4 60 29
Octal 4 225 313 142 33 0 24 304 140 51
Binary 100 10010101 11001011 1100010 11011 0 10100 11000100 1100000 101001

Color Harmonies of #0495CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0495CB

Black with #0495CB

Text Example


Text Example

White with #0495CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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