#819BBD

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

Shades of Rock Blue #819BBD

Tints of Rock Blue #819BBD

Color information

#819BBD (or 0x819BBD) is unknown color: approx Rock Blue. HEX triplet: 81, 9B and BD. RGB value is (129,155,189). Sum of RGB (Red+Green+Blue) = 129+155+189=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #819BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BBD is #7E6442. Grayscale: #969696. Windows color (decimal): -8283203 or 12426113. OLE color: 12426113.

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

Color convert

RGB129155189-
CMYK0.320.1800.26
HSL214º31.25%62.35%-
HSV(B)214º31.75%74.12%-
XYZ29.9631.7852.7-
YUV151.1149.39112.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=27.27%
G=32.77%
B=39.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291551890.320.1800.2621431.2562.35
Hex819BBD201201Ad61f3e
Octal20123327540220323263776
Binary100000011001101110111101100000100100110101101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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