Html Css Color HEX #0595CC Pacific Blue

📋 copy color: '#0595CC'

red 5 ◦ green 149 ◦ blue 204

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

Shades of Pacific Blue #0595CC

Tints of Pacific Blue #0595CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 1.4%
G = 41.62%
B = 56.98%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0595CC (or 0x0595CC) is known color: Pacific Blue. HEX triplet: 05, 95 and CC. RGB value is (5,149,204). Sum of RGB (Red+Green+Blue) = 5+149+204=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #0595CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0595CC is #FA6A33. Grayscale: #6F6F6F. Windows color (decimal): -16411188 or 13407493. OLE color: 13407493.

HSL color Cylindrical-coordinate representation of color #0595CC: hue angle of 196.58º 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 #0595CC is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 149 204 -
CMYK 0.98 0.27 0 0.2
HSL 196.58º 0.95% 0.41% -
HSV(B) 196.58º 0.98% 0.8% -
XYZ 21.71 25.89 60.98 -
YUV 112.21 179.79 51.53 -
System Red Green Blue C M Y K H S L
Decimal 5 149 204 0.98 0.27 0 0.2 196.58 0.95 0.41
Hex 5 95 CC 62 1B 0 14 C5 5F 29
Octal 5 225 314 142 33 0 24 305 137 51
Binary 101 10010101 11001100 1100010 11011 0 10100 11000101 1011111 101001

Color Harmonies of #0595CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0595CC

Black with #0595CC

Text Example


Text Example

White with #0595CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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