Html Css Color HEX #0591DB Pacific Blue

📋 copy color: '#0591DB'

red 5 ◦ green 145 ◦ blue 219

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

Shades of Pacific Blue #0591DB

Tints of Pacific Blue #0591DB

RGB

 RED value IS 5 (2.34% from 255) = 1.36%

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

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

R = 1.36%
G = 39.3%
B = 59.35%

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

#0591DB (or 0x0591DB) is known color: Pacific Blue. HEX triplet: 05, 91 and DB. RGB value is (5,145,219). Sum of RGB (Red+Green+Blue) = 5+145+219=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #0591DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591DB is #FA6E24. Grayscale: #6F6F6F. Windows color (decimal): -16412197 or 14389509. OLE color: 14389509.

HSL color Cylindrical-coordinate representation of color #0591DB: hue angle of 200.75º 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 #0591DB is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 145 219 -
CMYK 0.98 0.34 0 0.14
HSL 200.75º 0.96% 0.44% -
HSV(B) 200.75º 0.98% 0.86% -
XYZ 22.97 25.4 70.71 -
YUV 111.58 188.62 51.98 -
System Red Green Blue C M Y K H S L
Decimal 5 145 219 0.98 0.34 0 0.14 200.75 0.96 0.44
Hex 5 91 DB 62 22 0 E C9 60 2C
Octal 5 221 333 142 42 0 16 311 140 54
Binary 101 10010001 11011011 1100010 100010 0 1110 11001001 1100000 101100

Color Harmonies of #0591DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591DB

Black with #0591DB

Text Example


Text Example

White with #0591DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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