Html Css Color HEX #0589CE Pacific Blue

📋 copy color: '#0589CE'

red 5 ◦ green 137 ◦ blue 206

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

Shades of Pacific Blue #0589CE

Tints of Pacific Blue #0589CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 1.44%
G = 39.37%
B = 59.2%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0589CE (or 0x0589CE) is known color: Pacific Blue. HEX triplet: 05, 89 and CE. RGB value is (5,137,206). Sum of RGB (Red+Green+Blue) = 5+137+206=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #0589CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0589CE is #FA7631. Grayscale: #686868. Windows color (decimal): -16414258 or 13535493. OLE color: 13535493.

HSL color Cylindrical-coordinate representation of color #0589CE: hue angle of 200.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0589CE is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 137 206 -
CMYK 0.98 0.33 0 0.19
HSL 200.6º 0.95% 0.41% -
HSV(B) 200.6º 0.98% 0.81% -
XYZ 20.15 22.38 61.65 -
YUV 105.4 184.77 56.39 -
System Red Green Blue C M Y K H S L
Decimal 5 137 206 0.98 0.33 0 0.19 200.6 0.95 0.41
Hex 5 89 CE 62 21 0 13 C9 5F 29
Octal 5 211 316 142 41 0 23 311 137 51
Binary 101 10001001 11001110 1100010 100001 0 10011 11001001 1011111 101001

Color Harmonies of #0589CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0589CE

Black with #0589CE

Text Example


Text Example

White with #0589CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0589CE; }

 p { color: rgb(5,137,206); }

 H1.HeaderClassName
 {
   color: #0589CE;
 }
 .AnyTagClassName
 {
   color: #0589CE;
 }
</style>

background-color css

<style>
 a { background-color: #0589CE; }

 a { background-color: rgb(5,137,206); }

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

border-color css

<style>
 span { border-color: #0589CE; }

 span { border-color: rgb(5,137,206); }

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