Html Css Color HEX #0591CA Pacific Blue

📋 copy color: '#0591CA'

red 5 ◦ green 145 ◦ blue 202

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

Shades of Pacific Blue #0591CA

Tints of Pacific Blue #0591CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 1.42%
G = 41.19%
B = 57.39%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0591CA (or 0x0591CA) is known color: Pacific Blue. HEX triplet: 05, 91 and CA. RGB value is (5,145,202). Sum of RGB (Red+Green+Blue) = 5+145+202=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #0591CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0591CA is #FA6E35. Grayscale: #6D6D6D. Windows color (decimal): -16412214 or 13275397. OLE color: 13275397.

HSL color Cylindrical-coordinate representation of color #0591CA: hue angle of 197.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0591CA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 145 202 -
CMYK 0.98 0.28 0 0.21
HSL 197.36º 0.95% 0.41% -
HSV(B) 197.36º 0.98% 0.79% -
XYZ 20.85 24.55 59.52 -
YUV 109.64 180.12 53.37 -
System Red Green Blue C M Y K H S L
Decimal 5 145 202 0.98 0.28 0 0.21 197.36 0.95 0.41
Hex 5 91 CA 62 1C 0 15 C5 5F 29
Octal 5 221 312 142 34 0 25 305 137 51
Binary 101 10010001 11001010 1100010 11100 0 10101 11000101 1011111 101001

Color Harmonies of #0591CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0591CA

Black with #0591CA

Text Example


Text Example

White with #0591CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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