#819DBA

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

Shades of Rock Blue #819DBA

Tints of Rock Blue #819DBA

Color information

#819DBA (or 0x819DBA) is unknown color: approx Rock Blue. HEX triplet: 81, 9D and BA. RGB value is (129,157,186). Sum of RGB (Red+Green+Blue) = 129+157+186=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #819DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBA is #7E6245. Grayscale: #979797. Windows color (decimal): -8282694 or 12230017. OLE color: 12230017.

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

Color convert

RGB129157186-
CMYK0.310.1600.27
HSL210.53º29.23%61.76%-
HSV(B)210.53º30.65%72.94%-
XYZ29.9732.3351.11-
YUV151.93147.22111.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=27.33%
G=33.26%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291571860.310.1600.27210.5329.2361.76
Hex819DBA1F1001Bd31d3e
Octal20123527237200333233576
Binary10000001100111011011101011111100000110111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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