#859DBA

Color #859DBA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #859DBA

Tints of Rock Blue #859DBA

Color information

#859DBA (or 0x859DBA) is unknown color: approx Rock Blue. HEX triplet: 85, 9D and BA. RGB value is (133,157,186). Sum of RGB (Red+Green+Blue) = 133+157+186=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #859DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DBA is #7A6245. Grayscale: #989898. Windows color (decimal): -8020550 or 12230021. OLE color: 12230021.

HSL color Cylindrical-coordinate representation of color #859DBA: hue angle of 212.83º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859DBA is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133157186-
CMYK0.280.1600.27
HSL212.83º27.75%62.55%-
HSV(B)212.83º28.49%72.94%-
XYZ30.5932.6551.14-
YUV153.13146.55113.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.94%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=27.94%
G=32.98%
B=39.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331571860.280.1600.27212.8327.7562.55
Hex859DBA1C1001Bd51c3f
Octal20523527234200333253477
Binary10000101100111011011101011100100000110111101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859DBA; }

 p { color: rgb(133,157,186); }

 H1.HeaderClassName
 {
   color: #859DBA;
 }
 .AnyTagClassName
 {
   color: #859DBA;
 }
</style>
background-color css

<style>
 a { background-color: #859DBA; }

 a { background-color: rgb(133,157,186); }

 div.DivClassName
 {
   background-color: #859DBA;
 }
 .BgClassName
 {
   background-color: #859DBA;
 }
</style>
border-color css

<style>
 span { border-color: #859DBA; }

 span { border-color: rgb(133,157,186); }

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