#819BBE

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

Shades of Rock Blue #819BBE

Tints of Rock Blue #819BBE

Color information

#819BBE (or 0x819BBE) is unknown color: approx Rock Blue. HEX triplet: 81, 9B and BE. RGB value is (129,155,190). Sum of RGB (Red+Green+Blue) = 129+155+190=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #819BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BBE is #7E6441. Grayscale: #979797. Windows color (decimal): -8283202 or 12491649. OLE color: 12491649.

HSL color Cylindrical-coordinate representation of color #819BBE: hue angle of 214.43º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819BBE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129155190-
CMYK0.320.1800.25
HSL214.43º31.94%62.55%-
HSV(B)214.43º32.11%74.51%-
XYZ30.0731.8353.27-
YUV151.22149.89112.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 155 (60.94% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=27.22%
G=32.70%
B=40.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291551900.320.1800.25214.4331.9462.55
Hex819BBE2012019d6203f
Octal20123327640220313264077
Binary1000000110011011101111101000001001001100111010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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