#819BBC

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

Shades of Rock Blue #819BBC

Tints of Rock Blue #819BBC

Color information

#819BBC (or 0x819BBC) is unknown color: approx Rock Blue. HEX triplet: 81, 9B and BC. RGB value is (129,155,188). Sum of RGB (Red+Green+Blue) = 129+155+188=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #819BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BBC is #7E6443. Grayscale: #969696. Windows color (decimal): -8283204 or 12360577. OLE color: 12360577.

HSL color Cylindrical-coordinate representation of color #819BBC: hue angle of 213.56º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819BBC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129155188-
CMYK0.310.1800.26
HSL213.56º30.57%62.16%-
HSV(B)213.56º31.38%73.73%-
XYZ29.8531.7452.13-
YUV150.99148.89112.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=27.33%
G=32.84%
B=39.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291551880.310.1800.26213.5630.5762.16
Hex819BBC1F1201Ad61f3e
Octal20123327437220323263776
Binary10000001100110111011110011111100100110101101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819BBC; }

 p { color: rgb(129,155,188); }

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

<style>
 a { background-color: #819BBC; }

 a { background-color: rgb(129,155,188); }

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

<style>
 span { border-color: #819BBC; }

 span { border-color: rgb(129,155,188); }

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