Html Css Color HEX #0491DB Pacific Blue

📋 copy color: '#0491DB'

red 4 ◦ green 145 ◦ blue 219

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

Shades of Pacific Blue #0491DB

Tints of Pacific Blue #0491DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 1.09%
G = 39.4%
B = 59.51%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0491DB (or 0x0491DB) is known color: Pacific Blue. HEX triplet: 04, 91 and DB. RGB value is (4,145,219). Sum of RGB (Red+Green+Blue) = 4+145+219=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #0491DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0491DB is #FB6E24. Grayscale: #6E6E6E. Windows color (decimal): -16477733 or 14389508. OLE color: 14389508.

HSL color Cylindrical-coordinate representation of color #0491DB: hue angle of 200.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0491DB is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 145 219 -
CMYK 0.98 0.34 0 0.14
HSL 200.65º 0.96% 0.44% -
HSV(B) 200.65º 0.98% 0.86% -
XYZ 22.96 25.39 70.71 -
YUV 111.28 188.79 51.48 -
System Red Green Blue C M Y K H S L
Decimal 4 145 219 0.98 0.34 0 0.14 200.65 0.96 0.44
Hex 4 91 DB 62 22 0 E C9 60 2C
Octal 4 221 333 142 42 0 16 311 140 54
Binary 100 10010001 11011011 1100010 100010 0 1110 11001001 1100000 101100

Color Harmonies of #0491DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0491DB

Black with #0491DB

Text Example


Text Example

White with #0491DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0491DB; }

 p { color: rgb(4,145,219); }

 H1.HeaderClassName
 {
   color: #0491DB;
 }
 .AnyTagClassName
 {
   color: #0491DB;
 }
</style>

background-color css

<style>
 a { background-color: #0491DB; }

 a { background-color: rgb(4,145,219); }

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

border-color css

<style>
 span { border-color: #0491DB; }

 span { border-color: rgb(4,145,219); }

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