Html Css Color HEX #0595CD Pacific Blue

📋 copy color: '#0595CD'

red 5 ◦ green 149 ◦ blue 205

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

Shades of Pacific Blue #0595CD

Tints of Pacific Blue #0595CD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 1.39%
G = 41.5%
B = 57.1%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0595CD (or 0x0595CD) is known color: Pacific Blue. HEX triplet: 05, 95 and CD. RGB value is (5,149,205). Sum of RGB (Red+Green+Blue) = 5+149+205=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #0595CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595CD is #FA6A32. Grayscale: #6F6F6F. Windows color (decimal): -16411187 or 13473029. OLE color: 13473029.

HSL color Cylindrical-coordinate representation of color #0595CD: hue angle of 196.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0595CD is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 149 205 -
CMYK 0.98 0.27 0 0.20
HSL 196.8º 0.95% 0.41% -
HSV(B) 196.8º 0.98% 0.8% -
XYZ 21.83 25.93 61.61 -
YUV 112.33 180.29 51.45 -
System Red Green Blue C M Y K H S L
Decimal 5 149 205 0.98 0.27 0 0.20 196.8 0.95 0.41
Hex 5 95 CD 62 1B 0 14 C5 5F 29
Octal 5 225 315 142 33 0 24 305 137 51
Binary 101 10010101 11001101 1100010 11011 0 10100 11000101 1011111 101001

Color Harmonies of #0595CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595CD

Black with #0595CD

Text Example


Text Example

White with #0595CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0595CD; }

 p { color: rgb(5,149,205); }

 H1.HeaderClassName
 {
   color: #0595CD;
 }
 .AnyTagClassName
 {
   color: #0595CD;
 }
</style>

background-color css

<style>
 a { background-color: #0595CD; }

 a { background-color: rgb(5,149,205); }

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

border-color css

<style>
 span { border-color: #0595CD; }

 span { border-color: rgb(5,149,205); }

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