#819DBD

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

Shades of Rock Blue #819DBD

Tints of Rock Blue #819DBD

Color information

#819DBD (or 0x819DBD) is unknown color: approx Rock Blue. HEX triplet: 81, 9D and BD. RGB value is (129,157,189). Sum of RGB (Red+Green+Blue) = 129+157+189=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #819DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBD is #7E6242. Grayscale: #989898. Windows color (decimal): -8282691 or 12426625. OLE color: 12426625.

HSL color Cylindrical-coordinate representation of color #819DBD: hue angle of 212º 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 #819DBD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129157189-
CMYK0.320.1700.26
HSL212º31.25%62.35%-
HSV(B)212º31.75%74.12%-
XYZ30.332.4652.81-
YUV152.28148.72111.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=27.16%
G=33.05%
B=39.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291571890.320.1700.2621231.2562.35
Hex819DBD201101Ad41f3e
Octal20123527540210323243776
Binary100000011001110110111101100000100010110101101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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