Html Css Color HEX #0596CF Pacific Blue

📋 copy color: '#0596CF'

red 5 ◦ green 150 ◦ blue 207

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

Shades of Pacific Blue #0596CF

Tints of Pacific Blue #0596CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

 BLUE value IS 207 (81.25% from 255) = 57.18%

R = 1.38%
G = 41.44%
B = 57.18%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0596CF (or 0x0596CF) is known color: Pacific Blue. HEX triplet: 05, 96 and CF. RGB value is (5,150,207). Sum of RGB (Red+Green+Blue) = 5+150+207=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #0596CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0596CF is #FA6930. Grayscale: #707070. Windows color (decimal): -16410929 or 13604357. OLE color: 13604357.

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

Color convert

RGB 5 150 207 -
CMYK 0.98 0.28 0 0.19
HSL 196.93º 0.95% 0.42% -
HSV(B) 196.93º 0.98% 0.81% -
XYZ 22.23 26.35 62.95 -
YUV 113.14 180.96 50.87 -
System Red Green Blue C M Y K H S L
Decimal 5 150 207 0.98 0.28 0 0.19 196.93 0.95 0.42
Hex 5 96 CF 62 1C 0 13 C5 5F 2A
Octal 5 226 317 142 34 0 23 305 137 52
Binary 101 10010110 11001111 1100010 11100 0 10011 11000101 1011111 101010

Color Harmonies of #0596CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0596CF

Black with #0596CF

Text Example


Text Example

White with #0596CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0596CF; }

 p { color: rgb(5,150,207); }

 H1.HeaderClassName
 {
   color: #0596CF;
 }
 .AnyTagClassName
 {
   color: #0596CF;
 }
</style>

background-color css

<style>
 a { background-color: #0596CF; }

 a { background-color: rgb(5,150,207); }

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

border-color css

<style>
 span { border-color: #0596CF; }

 span { border-color: rgb(5,150,207); }

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