Html Css Color HEX #0590D1 Pacific Blue

📋 copy color: '#0590D1'

red 5 ◦ green 144 ◦ blue 209

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

Shades of Pacific Blue #0590D1

Tints of Pacific Blue #0590D1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 209 (82.03% from 255) = 58.38%

R = 1.4%
G = 40.22%
B = 58.38%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0590D1 (or 0x0590D1) is known color: Pacific Blue. HEX triplet: 05, 90 and D1. RGB value is (5,144,209). Sum of RGB (Red+Green+Blue) = 5+144+209=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #0590D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0590D1 is #FA6F2E. Grayscale: #6D6D6D. Windows color (decimal): -16412463 or 13733893. OLE color: 13733893.

HSL color Cylindrical-coordinate representation of color #0590D1: hue angle of 199.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0590D1 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 144 209 -
CMYK 0.98 0.31 0 0.18
HSL 199.12º 0.95% 0.42% -
HSV(B) 199.12º 0.98% 0.82% -
XYZ 21.54 24.58 63.93 -
YUV 109.85 183.95 53.21 -
System Red Green Blue C M Y K H S L
Decimal 5 144 209 0.98 0.31 0 0.18 199.12 0.95 0.42
Hex 5 90 D1 62 1F 0 12 C7 5F 2A
Octal 5 220 321 142 37 0 22 307 137 52
Binary 101 10010000 11010001 1100010 11111 0 10010 11000111 1011111 101010

Color Harmonies of #0590D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0590D1

Black with #0590D1

Text Example


Text Example

White with #0590D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0590D1; }

 p { color: rgb(5,144,209); }

 H1.HeaderClassName
 {
   color: #0590D1;
 }
 .AnyTagClassName
 {
   color: #0590D1;
 }
</style>

background-color css

<style>
 a { background-color: #0590D1; }

 a { background-color: rgb(5,144,209); }

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

border-color css

<style>
 span { border-color: #0590D1; }

 span { border-color: rgb(5,144,209); }

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