#819CBC

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

Shades of Rock Blue #819CBC

Tints of Rock Blue #819CBC

Color information

#819CBC (or 0x819CBC) is unknown color: approx Rock Blue. HEX triplet: 81, 9C and BC. RGB value is (129,156,188). Sum of RGB (Red+Green+Blue) = 129+156+188=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #819CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBC is #7E6343. Grayscale: #979797. Windows color (decimal): -8282948 or 12360833. OLE color: 12360833.

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

Color convert

RGB129156188-
CMYK0.310.1700.26
HSL212.54º30.57%62.16%-
HSV(B)212.54º31.38%73.73%-
XYZ30.0232.0752.19-
YUV151.57148.55111.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=27.27%
G=32.98%
B=39.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291561880.310.1700.26212.5430.5762.16
Hex819CBC1F1101Ad51f3e
Octal20123427437210323253776
Binary10000001100111001011110011111100010110101101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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